Stats
Actions
Tags
Copy this JSON into your .mcp.json to enable this server
Add to your .mcp.json:
{
"mcpServers": {
"spanner-readonly-mcp": {
"command": "npx",
"args": [
"-y",
"[email protected]"
],
"env": {
"SPANNER_PROJECT": "${user_config.SPANNER_PROJECT}",
"SPANNER_DATABASE": "${user_config.SPANNER_DATABASE}",
"SPANNER_INSTANCE": "${user_config.SPANNER_INSTANCE}",
"SPANNER_EMULATOR_HOST": "${user_config.SPANNER_EMULATOR_HOST}"
}
}
}
}Server configuration and connection parameters
npxCommand-line arguments passed to the server process
Environment variables set when the server starts
SPANNER_PROJECT=${user_config.SPANNER_PROJECT}SPANNER_DATABASE=${user_config.SPANNER_DATABASE}SPANNER_INSTANCE=${user_config.SPANNER_INSTANCE}SPANNER_EMULATOR_HOST=${user_config.SPANNER_EMULATOR_HOST}npx claudepluginhub nu0ma/spanner-readonly-mcp --plugin spanner-readonly-mcp