Servers
MS SQL Server MCP Server
@TerraCo89
MCP server for Microsoft SQL Server - typed schema inspection and parameterized CRUD tools for LLM agents
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"mcp-server-mssql": {
"command": "python",
"args": [
"-m",
"venv",
"venv"
]
}
}
}