DBeast PostgreSQL MCP
Rank #18,354io.github.snss10/dbeast
PostgreSQL MCP server for schema, query, health, security, and performance analysis.
DBeast PostgreSQL MCP is a Model Context Protocol (MCP) server published by snss10. It ranks #18,354 of 132,046 servers tracked on MCP Toplist, and its repository has 9 GitHub stars. DBeast PostgreSQL MCP is listed across 3 registries — Official MCP, Glama and PulseMCP, with 4 tracked versions. It was first listed on Jun 3, 2026 and most recently updated on Jun 10, 2026.
Ranks ahead of 113,692 of 132,046 servers on MCP Toplist.
Use DBeast PostgreSQL MCP
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add dbeast -e "DATABASE_URL=<your DATABASE_URL>" -e "DB_HOST=<your DB_HOST>" -e "DB_PORT=<your DB_PORT>" -e "DB_USER=<your DB_USER>" -e "DB_PASSWORD=<your DB_PASSWORD>" -e "DB_NAME=<your DB_NAME>" -e "AWS_SECRET_NAME=<your AWS_SECRET_NAME>" -e "AWS_REGION=<your AWS_REGION>" -- docker run -i --rm ghcr.io/snss10/dbeast:2.0.2Replace each placeholder with your own value before saving.
[mcp_servers.dbeast]
command = "docker"
args = ["run", "-i", "--rm", "ghcr.io/snss10/dbeast:2.0.2"]
[mcp_servers.dbeast.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>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
{
"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>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"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>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"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>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"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>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"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>"
}
}
}
}Replace each placeholder with your own value before saving.
Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.github.snss10%2Fdbeast)<a href="https://mcptoplist.com/server/io.github.snss10%2Fdbeast"><img src="https://mcptoplist.com/badge/io.github.snss10%2Fdbeast.svg" alt="MCP Toplist: Top 25% of 132,046" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 3 registries
snss10
Available versions (4)
| Version | Published |
|---|---|
| 2.0.2 | Jun 10, 2026 |
| 0.2.1 | Jun 6, 2026 |
| 0.2.0 | Jun 6, 2026 |
| 0.1.1 | Jun 6, 2026 |
Frequently asked questions
- Who maintains DBeast PostgreSQL MCP?
- DBeast PostgreSQL MCP is maintained by snss10, which publishes 1 MCP server (4 total versions) tracked on MCP Toplist.
- Is DBeast PostgreSQL MCP listed on the Official MCP Registry?
- Yes — DBeast PostgreSQL MCP is listed on the Official MCP Registry, alongside Glama and PulseMCP.
- How many versions does DBeast PostgreSQL MCP have?
- MCP Toplist tracks 4 versions of DBeast PostgreSQL MCP, most recently published on Jun 10, 2026.
- Where can I find the source code for DBeast PostgreSQL MCP?
- The source code for DBeast PostgreSQL MCP is hosted at github.com/snss10/dbeast.
Do you run this server?
Community projects list the MCP servers behind real agents and apps. Publish yours and this page will link to it.