Back to the catalog

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

Open source Open in the app JSON README (API)

About

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.

Details

Kind
Plugins
Topic
AI, RAG & memory
Publisher
derailed-dash
Origin
gemini
Category
ferramentas
Version
1.0.0
Stars
1
Last push
2026-03-31T20:00:16Z
Repository state
ativo
License
MIT
Added
2026-08-30 14:13:39
Updated
2026-08-30 14:13:39
Origin id
derailed-dash/gemini-api-docs-mcp-ext

README

# Gemini API Docs MCP Extension for Gemini CLI

This is a Gemini CLI extension that integrates the [Gemini API Documentation MCP](https://ai.google.dev/gemini-api/docs/coding-agents), 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.

## One-Line Installation

To install this extension into your Gemini CLI, run:

```bash
gemini extensions install https://github.com/derailed-dash/gemini-api-docs-mcp-ext
```

Once installed, simply start the Gemini CLI and run `/mcp` to verify the `gemini-api-docs-mcp.dev` tools are loaded. 

## What This Extension Does

By providing the agent with a direct line to the official documentation, this extension enables the Gemini CLI to:

* Retrieve the latest information on Gemini models (Flash, Pro, etc.)
* Understand Gemini API features like Context Caching, Function Calling, and Structured Outputs
* Get up-to-date SDK usage examples for Python, Node.js, Go, and more
* Stay informed about the latest documentation updates and coding standards

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.

## How It Works

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.

## Documentation Reference

For more information on building coding agents and using MCP with Gemini, refer to the official documentation:
[Build coding agents with Gemini](https://ai.google.dev/gemini-api/docs/coding-agents)

## Acknowledgements

This extension is a wrapper around the documentation search capabilities provided by Google. Full credit for the documentation and the underlying MCP server goes to the Google Gemini team.

More