Skip to content
VS Code

postgres for VS Code

ai.waystation/postgres

Connect to your PostgreSQL database to query data and schemas.

client:VS Code transport:streamable-http

Install postgres in VS Code

.vscode/mcp.json

{
  "servers": {
    "postgres": {
      "type": "http",
      "url": "https://waystation.ai/postgres/mcp"
    }
  }
}

Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs

postgres in other clients