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
{
"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