Back to MCP directory
publicPublicdnsLocal runtime

mssql_mcp_server_go

构建MSSQL的MCP服务可执行文件

article

README

🚀 快速开始

本项目主要提供了运行相关命令的指引,帮助你完成项目的依赖整理和构建。

📦 安装指南

依赖整理

运行以下命令来整理项目依赖:

go mod tidy

项目构建

运行以下命令来构建项目,生成可执行文件:

go build -o mssql-mcp-server.exe
help

Runtime guide

cloud

Hosted runtime

Hosted servers run from a provider-managed environment. You usually connect the MCP client to the hosted endpoint or follow the provider's authorization flow, without keeping a local process alive

  1. Open provider connection page
  2. Authorize or copy endpoint
  3. Connect from your MCP client
terminal

Local runtime / other methods

Local servers run on your own machine or infrastructure. You normally copy the server_config into your MCP client, install the required package, and provide env variables from env_schema when needed

  1. Copy server_config
  2. Install required package
  3. Fill env variables and restart client