DBeast PostgreSQL MCP
About
PostgreSQL MCP server for schema, query, health, security, and performance analysis.
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 vars
DATABASE_URL DB_HOST DB_PORT DB_USER DB_PASSWORD DB_NAME AWS_SECRET_NAME AWS_REGIONClaude Code
claude mcp add --env DATABASE_URL= --env DB_HOST= --env DB_PORT= --env DB_USER= --env DB_PASSWORD= --env DB_NAME= --env AWS_SECRET_NAME= --env AWS_REGION= dbeast -- docker ghcr.io/snss10/dbeast:2.0.2
Cursor
If the button doesn't open Cursor, use the JSON below — Cursor accepts the same mcpServers config.
VS Code
code --add-mcp '{"name":"dbeast","command":"docker","args":["ghcr.io/snss10/dbeast:2.0.2"],"env":{"DATABASE_URL":"","DB_HOST":"","DB_PORT":"","DB_USER":"","DB_PASSWORD":"","DB_NAME":"","AWS_SECRET_NAME":"","AWS_REGION":""}}'
JSON
{
"mcpServers": {
"dbeast": {
"command": "docker",
"args": [
"ghcr.io/snss10/dbeast:2.0.2"
],
"env": {
"DATABASE_URL": "",
"DB_HOST": "",
"DB_PORT": "",
"DB_USER": "",
"DB_PASSWORD": "",
"DB_NAME": "",
"AWS_SECRET_NAME": "",
"AWS_REGION": ""
}
}
}
}
Environment variables are listed by name only — fill in your own values. Entries never carry secrets.