Skip to content

postgres connector for Zed

io.github.martymarkenson/postgres-connector

MCP server for querying PostgreSQL databases

client:Zed transport:stdio runtime:npm

Install postgres connector in Zed

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

{
  "context_servers": {
    "postgres-connector": {
      "command": "npx",
      "args": [
        "-y",
        "postgres-connector"
      ]
    }
  }
}

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

postgres connector in other clients