Skip to content
Cursor

mssql for Cursor

io.github.connorbritain/mssql

MCP server for Microsoft SQL Server — schema discovery, profiling, safe writes, and DDL

client:Cursor transport:stdio runtime:npm

Install mssql in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

{
  "mcpServers": {
    "mssql": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@connorbritain/mssql-mcp-server"
      ]
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

mssql in other clients