From data-agent-kit-starter-pack
Provides access to Google Cloud AlloyDB PostgreSQL databases for queries, schema inspection, and data manipulation. Runs locally as stdio subprocess. Requires GCP project, region, cluster, instance, database, user, and password credentials.
npx claudepluginhub gemini-cli-extensions/data-agent-kit-starter-pack --plugin data-agent-kit-starter-packAdd to your .mcp.json:
{
"mcpServers": {
"datacloud_alloydb-postgres_toolbox": {
"command": "npx",
"args": [
"-y",
"@toolbox-sdk/server@>=1.1.0",
"--prebuilt",
"alloydb-postgres",
"--stdio",
"--user-agent-metadata",
"datacloud.claude"
],
"env": {
"ALLOYDB_POSTGRES_USER": "",
"ALLOYDB_POSTGRES_REGION": "",
"ALLOYDB_POSTGRES_CLUSTER": "",
"ALLOYDB_POSTGRES_IP_TYPE": "",
"ALLOYDB_POSTGRES_PROJECT": "",
"ALLOYDB_POSTGRES_DATABASE": "",
"ALLOYDB_POSTGRES_INSTANCE": "",
"ALLOYDB_POSTGRES_PASSWORD": "<your-alloydb-postgres-password>"
}
}
}
}Replace placeholder values for: ALLOYDB_POSTGRES_PASSWORD
This MCP server needs API keys or credentials. Configure them in your environment before use.
This server connects to external services. Review the URLs it accesses before enabling.
npxALLOYDB_POSTGRES_USER=ALLOYDB_POSTGRES_REGION=ALLOYDB_POSTGRES_CLUSTER=ALLOYDB_POSTGRES_IP_TYPE=ALLOYDB_POSTGRES_PROJECT=ALLOYDB_POSTGRES_DATABASE=ALLOYDB_POSTGRES_INSTANCE=ALLOYDB_POSTGRES_PASSWORD=