Skip to content
Windsurf

NexQL Postgres MCP for Windsurf

io.github.nexql-oss/nexql-mcp

Standalone Postgres MCP server — schema-aware, read-only by default, installable everywhere.

client:Windsurf transport:stdio runtime:npm

Install NexQL Postgres MCP 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": {
    "nexql-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "nexql-mcp"
      ],
      "env": {
        "DATABASE_URL": "<DATABASE_URL>",
        "NEXQL_MCP_CONFIG": "<NEXQL_MCP_CONFIG>"
      }
    }
  }
}

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

NexQL Postgres MCP in other clients