DBeast PostgreSQL MCP

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

stdiocommunityapplication

Package Details

Transportstdio

Environment Variables

DATABASE_URL(str)
Secret

PostgreSQL connection URL, for example postgresql://user:password@host:5432/database.

DB_HOST(str)

PostgreSQL host when DATABASE_URL is not used.

DB_PORT(str)

PostgreSQL port when DATABASE_URL is not used.

DB_USER(str)

PostgreSQL user when DATABASE_URL is not used.

DB_PASSWORD(str)
Secret

PostgreSQL password when DATABASE_URL is not used.

DB_NAME(str)

PostgreSQL database name when DATABASE_URL is not used.

AWS_SECRET_NAME(str)

AWS Secrets Manager secret containing PostgreSQL credentials.

AWS_REGION(str)

AWS region for Secrets Manager lookup.