← Back to browse

database-mcp-postgres

Indexed by io.github.arifulislamat

About

MCP server for PostgreSQL. Read-only by default, row caps, timeouts, secrets never logged.

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_HOST POSTGRES_USER POSTGRES_PASSWORD POSTGRES_DATABASE
Claude Code
claude mcp add --env POSTGRES_HOST= --env POSTGRES_USER= --env POSTGRES_PASSWORD= --env POSTGRES_DATABASE= database-mcp-postgres -- npx @database-mcp/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":"database-mcp-postgres","command":"npx","args":["@database-mcp/postgres"],"env":{"POSTGRES_HOST":"","POSTGRES_USER":"","POSTGRES_PASSWORD":"","POSTGRES_DATABASE":""}}'
JSON
{
  "mcpServers": {
    "database-mcp-postgres": {
      "command": "npx",
      "args": [
        "@database-mcp/postgres"
      ],
      "env": {
        "POSTGRES_HOST": "",
        "POSTGRES_USER": "",
        "POSTGRES_PASSWORD": "",
        "POSTGRES_DATABASE": ""
      }
    }
  }
}

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