Skip to content
Cursor

postgres for Cursor

ai.waystation/postgres

Connect to your PostgreSQL database to query data and schemas.

client:Cursor transport:streamable-http

Install postgres in Cursor

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

{
  "mcpServers": {
    "postgres": {
      "url": "https://waystation.ai/postgres/mcp"
    }
  }
}

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

postgres in other clients