mssql-mcp-server
mssql-mcp-server is a Model Context Protocol (MCP) server for connecting to Microsoft SQL Server.
Installation
git clone https://github.com/leopeng1995/mssql-mcp-server.git
cd mssql-mcp-server
uv sync
uv run mssql-mcp-server
Configuration in Cline
{
"mcpServers": {
"mssql-mcp-server": {
"command": "uv",
"args": [
"--directory",
"H:/workspaces/leopeng1995/mssql-mcp-server",
"run",
"mssql-mcp-server"
],
"env": {
"MSSQL_SERVER": "localhost",
"MSSQL_PORT": "1433",
"MSSQL_USER": "username",
"MSSQL_PASSWORD": "password",
"MSSQL_DATABASE": "database",
"MSSQL_CHARSET": "UTF-8" # or CP936 ...
},
"disabled": false,
"autoApprove": []
}
}
}
Note: The MSSQL_CHARSET value is case-sensitive.
Microsoft SQL Server MCP Server
Project Details
- leopeng1995/mssql-mcp-server
- MIT License
- Last Updated: 3/30/2025
Recomended MCP Servers
browser-use mcp server
MCP server for shadcn/ui component references
....
NOVA MCP is a MCP that leverages NOVA for prompt security
3D Maps for OpenSceneGraph / C++14
description: "An MCP server that enables LLMs to 'see' what's happening in browser-based games and applications through vectorized...
This is an MCP (Model Context Protocol) server that allows executing shell commands within a Docker container. It...
Servidor MCP para a API do ComexStat, ferramenta de acesso às estatísticas de comércio exterior do Brasil.
simple learn mcp server build with ts
这是个示范
DevEnvInfoServer - Cursor MCP Server for Development Environment Information





