A simple locally-run (stdio) MCP server to allow read-only querying by an AI on an SQL Server
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-server-sqlserver": {
"command": "npx",
"args": [
"-y",
"winningconsulting/mcp-server-sqlserver"
]
}
}
}
Run in terminal:
claude mcp add mcp-server-sqlserver npx -y winningconsulting/mcp-server-sqlserver
Add to .cursor/mcp.json:
{
"mcpServers": {
"mcp-server-sqlserver": {
"command": "npx",
"args": [
"-y",
"winningconsulting/mcp-server-sqlserver"
]
}
}
}