What is the DBeast PostgreSQL MCP MCP server?
PostgreSQL MCP server for schema, query, health, security, and performance analysis.
How to install DBeast PostgreSQL MCP
Copy-paste configuration for popular MCP clients.
DATABASE_URLsecretPostgreSQL connection URL, for example postgresql://user:password@host:5432/database.
DB_HOSTPostgreSQL host when DATABASE_URL is not used.
DB_PORTPostgreSQL port when DATABASE_URL is not used.
DB_USERPostgreSQL user when DATABASE_URL is not used.
DB_PASSWORDsecretPostgreSQL password when DATABASE_URL is not used.
DB_NAMEPostgreSQL database name when DATABASE_URL is not used.
AWS_SECRET_NAMEAWS Secrets Manager secret containing PostgreSQL credentials.
AWS_REGIONAWS region for Secrets Manager lookup.
{
"mcpServers": {
"dbeast": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/snss10/dbeast:2.0.2"
],
"env": {
"DATABASE_URL": "<YOUR_DATABASE_URL>",
"DB_HOST": "<YOUR_DB_HOST>",
"DB_PORT": "<YOUR_DB_PORT>",
"DB_USER": "<YOUR_DB_USER>",
"DB_PASSWORD": "<YOUR_DB_PASSWORD>",
"DB_NAME": "<YOUR_DB_NAME>",
"AWS_SECRET_NAME": "<YOUR_AWS_SECRET_NAME>",
"AWS_REGION": "<YOUR_AWS_REGION>"
}
}
}
}{
"mcpServers": {
"dbeast": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/snss10/dbeast:2.0.2"
],
"env": {
"DATABASE_URL": "<YOUR_DATABASE_URL>",
"DB_HOST": "<YOUR_DB_HOST>",
"DB_PORT": "<YOUR_DB_PORT>",
"DB_USER": "<YOUR_DB_USER>",
"DB_PASSWORD": "<YOUR_DB_PASSWORD>",
"DB_NAME": "<YOUR_DB_NAME>",
"AWS_SECRET_NAME": "<YOUR_AWS_SECRET_NAME>",
"AWS_REGION": "<YOUR_AWS_REGION>"
}
}
}
}{
"mcpServers": {
"dbeast": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/snss10/dbeast:2.0.2"
],
"env": {
"DATABASE_URL": "<YOUR_DATABASE_URL>",
"DB_HOST": "<YOUR_DB_HOST>",
"DB_PORT": "<YOUR_DB_PORT>",
"DB_USER": "<YOUR_DB_USER>",
"DB_PASSWORD": "<YOUR_DB_PASSWORD>",
"DB_NAME": "<YOUR_DB_NAME>",
"AWS_SECRET_NAME": "<YOUR_AWS_SECRET_NAME>",
"AWS_REGION": "<YOUR_AWS_REGION>"
}
}
}
}{
"servers": {
"dbeast": {
"type": "stdio",
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/snss10/dbeast:2.0.2"
],
"env": {
"DATABASE_URL": "<YOUR_DATABASE_URL>",
"DB_HOST": "<YOUR_DB_HOST>",
"DB_PORT": "<YOUR_DB_PORT>",
"DB_USER": "<YOUR_DB_USER>",
"DB_PASSWORD": "<YOUR_DB_PASSWORD>",
"DB_NAME": "<YOUR_DB_NAME>",
"AWS_SECRET_NAME": "<YOUR_AWS_SECRET_NAME>",
"AWS_REGION": "<YOUR_AWS_REGION>"
}
}
}
}claude mcp add dbeast --env DATABASE_URL=<YOUR_DATABASE_URL> --env DB_HOST=<YOUR_DB_HOST> --env DB_PORT=<YOUR_DB_PORT> --env DB_USER=<YOUR_DB_USER> --env DB_PASSWORD=<YOUR_DB_PASSWORD> --env DB_NAME=<YOUR_DB_NAME> --env AWS_SECRET_NAME=<YOUR_AWS_SECRET_NAME> --env AWS_REGION=<YOUR_AWS_REGION> -- docker run -i --rm ghcr.io/snss10/dbeast:2.0.2Related MCP servers
Scrapling MCP Server
Give your AI agent stealth web scraping with Cloudflare bypass and CSS selection, powered by Scrapling.
Chrome DevTools MCP
Give your AI coding agent full control of a live Chrome browser for automation, debugging, and performance analysis.
com.puter/mcp-server
Let AI agents manage your Puter files, websites, and serverless workers over MCP.
Browser automation for AI agents via MCP, powering ByteDance's Agent TARS hybrid GUI/DOM browser control.
Run arbitrary shell commands from an MCP-connected AI agent.
Filesystem access MCP server from ByteDance's UI-TARS/Agent TARS ecosystem.