Skip to content
Zed

pREST for Zed

io.github.prest/prest

Stdio MCP adapter bridging AI clients to pREST’s HTTP /_mcp endpoint for PostgreSQL APIs.

client:Zed transport:stdio runtime:oci

Install pREST 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": {
    "prest": {
      "command": "docker",
      "args": [
        "run",
        "-i",
        "--rm",
        "ghcr.io/prest/prest-mcp-adapter:0.1.3"
      ],
      "env": {
        "PREST_MCP_URL": "<PREST_MCP_URL>",
        "PREST_MCP_TOKEN": "<PREST_MCP_TOKEN>",
        "PREST_MCP_TIMEOUT_MS": "<PREST_MCP_TIMEOUT_MS>"
      }
    }
  }
}

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

pREST in other clients