Google's open source MCP server for databases. Handles connection pooling, authentication, and observability. Query databases using AI-defined tools configured via YAML
npx @getmcp/cli add genai-toolboxConfig file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"genai-toolbox": {
"url": "http://127.0.0.1:5000",
"transport": "http"
}
}
}