Indexes the entire Google Gemini API documentation into a local SQLite database with full-text search, so you can query it without leaving your editor. Scrapes ai.google.dev/gemini-api/docs on startup, processes every page, and builds an FTS5 index for fast lookups. Exposes three tools: search_documentation for full-text queries, get_capability_page to list or fetch specific docs, and get_current_model for quick access to model documentation. Runs as either a remote HTTP server (deployed to Cloud Run or similar) or in local stdio mode. The database persists to disk, so subsequent startups are faster. Useful when you're building with Gemini and need to reference embeddings syntax, model capabilities, or API parameters without context switching to a browser.
claude mcp add --transport stdio philschmid-gemini-api-docs-mcp uvx gemini-api-docs-mcp