Skip to content
Windsurf

PostgreSQL MCP Server for Windsurf

io.github.itunified-io/postgres

PostgreSQL MCP Server — 27 tools for queries, schema, CRUD, DBA, HA & server management

client:Windsurf transport:stdio runtime:npm

Install PostgreSQL MCP Server in Windsurf

~/.codeium/windsurf/mcp_config.json · windows: %USERPROFILE%\.codeium\windsurf\mcp_config.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "postgres": {
      "command": "npx",
      "args": [
        "-y",
        "@itunified.io/mcp-postgres"
      ],
      "env": {
        "POSTGRES_CONNECTION_STRING": "<POSTGRES_CONNECTION_STRING>"
      }
    }
  }
}

Global only — Windsurf has no per-project MCP config. Refresh Cascade after saving. Windsurf docs

PostgreSQL MCP Server in other clients