MCP server

GenAI Toolbox

MCP

Google’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

    read

    Configured database sources.

  • execute_sql

    read

    A statement against a source.

  • schema

    read

    Tables 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

  • list_sources

    Configured database sources.

    read
  • execute_sql

    A statement against a source.

    read
  • schema

    Tables the source exposes.

    read

Last call

{ "ok": true,
  "tool": "list_sources",
  "rows": 12 }

Other servers worth installing

Discussion

No notes yet. Be the first hunter to report back.