Odel
DBeast PostgreSQL MCP

DBeast PostgreSQL MCP

Local
@snss109PythonMITUpdated 4w ago

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

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

Dockerghcr.io/snss10/dbeast:2.0.2

Run

docker run -i --rm ghcr.io/snss10/dbeast:2.0.2

MCP client config

{
  "mcpServers": {
    "dbeast-postgresql-mcp": {
      "command": "docker",
      "args": [
        "run",
        "-i",
        "--rm",
        "ghcr.io/snss10/dbeast:2.0.2"
      ]
    }
  }
}