Skip to content
Zed

MCP Database Server for Zed

io.github.souhar-dya/mcp-db-server

MCP server for SQLite, PostgreSQL, and MySQL with natural language to SQL and direct SQL tooling.

client:Zed transport:stdio runtime:oci

Install MCP Database Server in Zed

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

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "context_servers": {
    "mcp-db-server": {
      "command": "docker",
      "args": [
        "run",
        "-i",
        "--rm",
        "docker.io/souhardyak/mcp-db-server:1.3.1"
      ],
      "env": {
        "DATABASE_URL": "<DATABASE_URL>"
      }
    }
  }
}

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

MCP Database Server in other clients