Skip to content
Zed

dbmcp for Zed

ai.haymon/dbmcp

Database MCP server for MySQL, MariaDB, PostgreSQL & SQLite with PII redaction and write-prevention

client:Zed transport:stdio runtime:oci

Install dbmcp in Zed

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

{
  "context_servers": {
    "dbmcp": {
      "command": "docker",
      "args": [
        "run",
        "-i",
        "--rm",
        "ghcr.io/haymon-ai/dbmcp:0.13.2"
      ]
    }
  }
}

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

dbmcp in other clients