Skip to content
Claude Code

DBeast PostgreSQL MCP for Claude Code

io.github.snss10/dbeast

PostgreSQL MCP server for schema, query, health, security, and performance analysis.

client:Claude Code transport:stdio runtime:oci

Install DBeast PostgreSQL MCP in Claude Code

run in your project directory

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

claude mcp add dbeast -e DATABASE_URL=<DATABASE_URL> -e DB_HOST=<DB_HOST> -e DB_PORT=<DB_PORT> -e DB_USER=<DB_USER> -e DB_PASSWORD=<DB_PASSWORD> -e DB_NAME=<DB_NAME> -e AWS_SECRET_NAME=<AWS_SECRET_NAME> -e AWS_REGION=<AWS_REGION> -- docker run -i --rm ghcr.io/snss10/dbeast:2.0.2

Adds it for this project only. Append --scope user to make it available everywhere. Claude Code docs

DBeast PostgreSQL MCP in other clients