Skip to content
Zed

postgres for Zed

ai.waystation/postgres

Connect to your PostgreSQL database to query data and schemas.

client:Zed transport:streamable-http

Install postgres in Zed

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

{
  "context_servers": {
    "postgres": {
      "url": "https://waystation.ai/postgres/mcp"
    }
  }
}

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

postgres in other clients