Stats
Actions
Tags
From data-agent-kit-starter-pack
Provides administrative access to AlloyDB for PostgreSQL databases, enabling schema management, query execution, and database operations via a local stdio server.
Copy this JSON into your .mcp.json to enable this server
Add to your .mcp.json:
{
"mcpServers": {
"datacloud_alloydb-postgres-admin_toolbox": {
"command": "npx",
"args": [
"-y",
"@toolbox-sdk/server@>=1.1.0",
"--prebuilt",
"alloydb-postgres-admin",
"--stdio",
"--user-agent-metadata",
"datacloud.claude"
]
}
}
}Review these signals before enabling this server
This server connects to external services. Review the URLs it accesses before enabling.
This server has elevated permissions. Review the source code before enabling.
Server configuration and connection parameters
npxCommand-line arguments passed to the server process
Declared capabilities of this MCP server
npx claudepluginhub aquedies/data-agent-kit-starter-pack