Skip to content
Cursor

ainative postgres mcp for Cursor

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

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

client:Cursor transport:stdio runtime:npm

Install ainative postgres mcp in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

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

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

ainative postgres mcp in other clients