A read-only MCP server for Microsoft SQL Server that supports metadata discovery, parameterized queries, and query analysis.
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"mcp-mssql": {
"command": "npx",
"args": [
"-y",
"alyiox/mcp-mssql"
]
}
}
}
Run in terminal:
claude mcp add mcp-mssql npx -y alyiox/mcp-mssql
Add to .cursor/mcp.json:
{
"mcpServers": {
"mcp-mssql": {
"command": "npx",
"args": [
"-y",
"alyiox/mcp-mssql"
]
}
}
}