mssql reader for Cursor
io.github.connorbritain/mssql-reader
Read-only MCP server for Microsoft SQL Server — schema discovery, profiling, safe querying
client:Cursor
transport:stdio
runtime:npm
Install mssql reader in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"mssql-reader": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@connorbritain/mssql-mcp-reader"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs