Skip to content
Cline

ainative postgres mcp for Cline

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

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

client:Cline transport:stdio runtime:npm

Install ainative postgres mcp in Cline

~/Library/Application Support/Code/User/globalStorage/saoudrizwan.claude-dev/settings/cline_mcp_settings.json · windows: %APPDATA%\Code\User\globalStorage\saoudrizwan.claude-dev\settings\cline_mcp_settings.json

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

Cline's MCP Servers pane edits this file for you if you would rather not find it. Cline docs

ainative postgres mcp in other clients