HomeDatabases & Data › mcp-percona-pg

mcp-percona-pg

Manage Percona PostgreSQL + PgBouncer on Kubernetes — safe-by-default access modes and guards.

TypeScript Local macOSWindowsLinux
★ 1 stars Last pushed 2026-09-20 License: MIT

Topics: Databases

Connect

Review any command before running it. Package names and URLs come from the server's own registry entry.

Package (npm 0.2.3)

npx -y @dockndevai/mcp-percona-pg@0.2.3

Or add to your MCP client config:

{
  "mcpServers": {
    "mcp-percona-pg": {
      "command": "npx",
      "args": [
        "-y",
        "@dockndevai/mcp-percona-pg@0.2.3"
      ],
      "env": {
        "KUBECONFIG_PATH": "<YOUR_VALUE>",
        "PERCONA_MODE": "<YOUR_VALUE>",
        "PERCONA_NAMESPACE": "<YOUR_VALUE>"
      }
    }
  }
}
  • KUBECONFIG_PATH — Path to a kube-config file that can reach the Percona Operator namespaces (empty = default resolution).
  • PERCONA_MODE — Access mode: read-only | read-write | admin.
  • PERCONA_NAMESPACE — Default namespace for PerconaPGCluster resources when a tool omits one.

Related servers

Listed in punkpeye/awesome-mcp-servers (MIT)

Data from the Official MCP Registry