Home › Databases & Data › mcp-percona-pg
mcp-percona-pg
Manage Percona PostgreSQL + PgBouncer on Kubernetes — safe-by-default access modes and guards.
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
MCP Toolbox for Databases
MCP Toolbox for Databases enables your agent to connect to your database.
baserow
Baserow database integration with table search, list, and row create, read, update, and delete capabilities.
postgres-mcp
All-in-one MCP server for Postgres development and operations, with tools for performance analysis, tuning, and health checks
Supabase
MCP server for interacting with the Supabase platform
mcp-server-mysql
MySQL database integration in NodeJS with configurable access controls and schema inspection
mcp-server-qdrant
A Qdrant MCP server
Listed in punkpeye/awesome-mcp-servers (MIT)
Data from the Official MCP Registry