From data-agent-kit-starter-pack
Local stdio MCP server providing an admin toolbox for Google Cloud SQL PostgreSQL. Enables database administration, queries, and data management. Requires Google Cloud authentication.
npx claudepluginhub gemini-cli-extensions/data-agent-kit-starter-pack --plugin data-agent-kit-starter-packAdd to your .mcp.json:
{
"mcpServers": {
"datacloud_cloud-sql-postgresql-admin_toolbox": {
"command": "npx",
"args": [
"-y",
"@toolbox-sdk/server@>=1.1.0",
"--prebuilt",
"cloud-sql-postgres-admin",
"--stdio",
"--user-agent-metadata",
"datacloud.claude"
]
}
}
}This server connects to external services. Review the URLs it accesses before enabling.
This server has elevated permissions. Review the source code before enabling.
npx