MCP server

GenAI Toolbox
MCPGoogle’s MCP toolbox for databases.
googleapis/genai-toolbox. Connect the agent to the database you already run — with the sources you declared.
latest·Apache-2.0·Updated this quarter·github.com/googleapis/genai-toolbox·Transport: stdio
Claude CodeCursorVS CodeDesktop
ScannedActive
claude_desktop_config.json
{
"mcpServers": {
"genai-toolbox": {
"command": "npx",
"args": [
"-y",
"@googleapis/toolbox"
]
}
}
}By Google
Spec
What the server actually exposes.
list_sources
readConfigured database sources.
execute_sql
readA statement against a source.
schema
readTables the source exposes.
Guardrails
- Credentials stay in env
- Read-first unless a write tool is called
- Official package, not a wrapper
genai-toolbox.mcp/tools
Tools
- read
list_sources
Configured database sources.
- read
execute_sql
A statement against a source.
- read
schema
Tables the source exposes.
Last call
{ "ok": true,
"tool": "list_sources",
"rows": 12 }Other servers worth installing
Discussion
No notes yet. Be the first hunter to report back.

