Skip to content
Claude Desktop

SQL Safe MCP for Claude Desktop

io.github.proprock/sql-safe-mcp

Minimal, read-only, PII-safe MCP server for SQL databases.

client:Claude Desktop transport:stdio runtime:pypi

Install SQL Safe MCP in Claude Desktop

~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json

{
  "mcpServers": {
    "sql-safe-mcp": {
      "command": "uvx",
      "args": [
        "sql-safe-mcp"
      ]
    }
  }
}

Settings → Developer → Edit Config opens this file. Restart the app after saving. Claude Desktop docs

SQL Safe MCP in other clients