Skip to content
Cursor

mssql writer for Cursor

io.github.connorbritain/mssql-writer

MCP server for Microsoft SQL Server — read and data write operations, no DDL

client:Cursor transport:stdio runtime:npm

Install mssql writer in Cursor

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

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

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

mssql writer in other clients