← Back to browse

postgres

Indexed by io.github.marcelo-ochoa

About

MCP server for interacting with PostgreSQL databases

Use this server

Add it to your MCP client. The catalogue lists this config verbatim from its source — it does not run, download, or vouch for the server. Review the command before you run it.

Transportstdio (runs a local command)
Env varsPOSTGRES_USER POSTGRES_PASSWORD
Claude Code
claude mcp add --env POSTGRES_USER= --env POSTGRES_PASSWORD= postgres -- npx @marcelo-ochoa/server-postgres
Cursor

Add to Cursor

If the button doesn't open Cursor, use the JSON below — Cursor accepts the same mcpServers config.

VS Code
code --add-mcp '{"name":"postgres","command":"npx","args":["@marcelo-ochoa/server-postgres"],"env":{"POSTGRES_USER":"","POSTGRES_PASSWORD":""}}'
JSON
{
  "mcpServers": {
    "postgres": {
      "command": "npx",
      "args": [
        "@marcelo-ochoa/server-postgres"
      ],
      "env": {
        "POSTGRES_USER": "",
        "POSTGRES_PASSWORD": ""
      }
    }
  }
}

Environment variables are listed by name only — fill in your own values. Entries never carry secrets.