← Back to Plugins
MCP Server MCP

DBeast PostgreSQL MCP

github By github 👁 1 views ▲ 0 votes

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

Homepage Verified source GitHub

Install

oci:ghcr.io/snss10/dbeast:2.0.2

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "oci",
      "identifier": "ghcr.io/snss10/dbeast:2.0.2",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "PostgreSQL connection URL, for example postgresql://user:password@host:5432/database.",
          "format": "string",
          "isSecret": true,
          "name": "DATABASE_URL"
        },
        {
          "description": "PostgreSQL host when DATABASE_URL is not used.",
          "format": "string",
          "name": "DB_HOST"
        },
        {
          "description": "PostgreSQL port when DATABASE_URL is not used.",
          "format": "string",
          "name": "DB_PORT"
        },
        {
          "description": "PostgreSQL user when DATABASE_URL is not used.",
          "format": "string",
          "name": "DB_USER"
        },
        {
          "description": "PostgreSQL password when DATABASE_URL is not used.",
          "format": "string",
          "isSecret": true,
          "name": "DB_PASSWORD"
        },
        {
          "description": "PostgreSQL database name when DATABASE_URL is not used.",
          "format": "string",
          "name": "DB_NAME"
        },
        {
          "description": "AWS Secrets Manager secret containing PostgreSQL credentials.",
          "format": "string",
          "name": "AWS_SECRET_NAME"
        },
        {
          "description": "AWS region for Secrets Manager lookup.",
          "format": "string",
          "name": "AWS_REGION"
        }
      ]
    }
  ]
}
mcp model-context-protocol oci

Comments

Sign in to leave a comment

Loading comments...