Skip to content
VS Code

ainative postgres mcp for VS Code

io.github.ainative-studio/ainative-postgres-mcp

Zero-config Postgres MCP with auto-provisioning — drop-in for server-postgres.

client:VS Code transport:stdio runtime:npm

Install ainative postgres mcp in VS Code

.vscode/mcp.json

{
  "servers": {
    "ainative-postgres-mcp": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "ainative-postgres-mcp"
      ]
    }
  }
}

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

ainative postgres mcp in other clients