Skip to content
Zed

MCP DB Connect for Zed

io.github.phatngoit/mcp-db-connect

MCP server for Oracle, MSSQL, PostgreSQL, MySQL, SQLite, MongoDB, and Qdrant vector search access.

client:Zed transport:stdio runtime:npm

Install MCP DB Connect 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-connect": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-db-connect"
      ],
      "env": {
        "MCP_DB_CONFIG": "<MCP_DB_CONFIG>"
      }
    }
  }
}

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

MCP DB Connect in other clients