Skip to content
Cursor

mcp postgres nl query for Cursor

io.github.infoinlet-marketplace/mcp-postgres-nl-query

RLS/tenant-aware Postgres for AI agents — schema, read-only SQL, NL→SQL with safety rails.

client:Cursor transport:stdio runtime:npm

Install mcp postgres nl query in Cursor

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

{
  "mcpServers": {
    "mcp-postgres-nl-query": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@infoinlet/mcp-postgres-nl-query"
      ]
    }
  }
}

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

mcp postgres nl query in other clients