Stats
Actions
Tags
From data-agent-kit-starter-pack
Connects to Google Cloud Spanner for querying and managing relational data with strong consistency and horizontal scalability. Requires Google Cloud credentials configured via environment variables.
Copy this JSON into your .mcp.json to enable this server
Add to your .mcp.json:
{
"mcpServers": {
"datacloud_spanner_toolbox": {
"command": "npx",
"args": [
"-y",
"@toolbox-sdk/server@>=1.1.0",
"--prebuilt",
"spanner",
"--stdio",
"--user-agent-metadata",
"datacloud.claude"
],
"env": {
"SPANNER_DIALECT": "",
"SPANNER_PROJECT": "${user_config.PROJECT_ID}",
"SPANNER_DATABASE": "",
"SPANNER_INSTANCE": ""
}
}
}
}Review these signals before enabling this server
This server connects to external services. Review the URLs it accesses before enabling.
Server configuration and connection parameters
npxCommand-line arguments passed to the server process
Environment variables set when the server starts
SPANNER_DIALECT=SPANNER_PROJECT=${user_config.PROJECT_ID}SPANNER_DATABASE=SPANNER_INSTANCE=npx claudepluginhub aquedies/data-agent-kit-starter-pack