Skip to content
Zed

SQL Safe MCP for Zed

io.github.proprock/sql-safe-mcp

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

client:Zed transport:stdio runtime:pypi

Install SQL Safe MCP in Zed

~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json

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

Merge this into your existing settings object — do not replace the file. Zed docs

SQL Safe MCP in other clients