derailed-dash/gemini-api-docs-mcp-ext
A Gemini CLI extension that installs the Gemini API Documentation MCP, providing your AI agent with real-time access to the official Gemini API documentation, including best practices, code examples, and model capabilities.
Platform-specific configuration:
{
"mcpServers": {
"gemini-api-docs-mcp-ext": {
"command": "npx",
"args": [
"-y",
"gemini-api-docs-mcp-ext"
]
}
}
}Add the config above to .claude/settings.json under the mcpServers key.
This is a Gemini CLI extension that integrates the Gemini API Documentation MCP, providing your AI agent with real-time access to the official Gemini API documentation, including best practices, code examples, and model capabilities.
The purpose of this extension is to facilitate installation of the Gemini API Documentation MCP server into Gemini CLI using the standard extension installation mechanism.
To install this extension into your Gemini CLI, run:
gemini extensions install https://github.com/derailed-dash/gemini-api-docs-mcp-extOnce installed, simply start the Gemini CLI and run /mcp to verify the gemini-api-docs-mcp.dev tools are loaded.
By providing the agent with a direct line to the official documentation, this extension enables the Gemini CLI to:
This makes the extension incredibly useful for developers building applications with Gemini, ensuring the AI agent providing help has the most accurate and current context available.
This extension is a lightweight wrapper that configures the Gemini CLI to use the gemini-api-docs-mcp.dev server. It uses the Model Context Protocol (MCP) to allow Gemini to "search" and "read" official documentation as needed.
For more information on building coding agents and using MCP with Gemini, refer to the official documentation: Build coding agents with Gemini
This extension is a wrapper around the documentation sea
Loading reviews...