SQL Safe MCP for Cursor
io.github.proprock/sql-safe-mcp
Minimal, read-only, PII-safe MCP server for SQL databases.
client:Cursor
transport:stdio
runtime:pypi
Install SQL Safe MCP in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"sql-safe-mcp": {
"type": "stdio",
"command": "uvx",
"args": [
"sql-safe-mcp"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs