Skip to content

PostgreSQL MCP Server for Zed

io.github.neverinfamous/postgres-mcp-server

Enterprise PostgreSQL MCP server with 63 tools, 10 resources, 10 prompts for AI-native operations

client:Zed transport:stdio runtime:oci

Install PostgreSQL MCP Server in Zed

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

{
  "context_servers": {
    "postgres-mcp-server": {
      "command": "docker",
      "args": [
        "run",
        "-i",
        "--rm",
        "docker.io/writenotenow/postgres-mcp-enhanced:v1.2.0"
      ]
    }
  }
}

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

PostgreSQL MCP Server in other clients