MCP Servers

模型上下文协议服务器、框架、SDK 和模板的综合目录。

G
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.

创建于 3/31/2026
更新于 about 6 hours ago
Repository documentation and setup instructions

Gemini API Docs MCP Extension for Gemini CLI

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.

One-Line Installation

To install this extension into your Gemini CLI, run:

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

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.

快速设置
此服务器的安装指南

安装命令 (包未发布)

git clone https://github.com/derailed-dash/gemini-api-docs-mcp-ext
手动安装: 请查看 README 获取详细的设置说明和所需的其他依赖项。

Cursor 配置 (mcp.json)

{ "mcpServers": { "derailed-dash-gemini-api-docs-mcp-ext": { "command": "git", "args": [ "clone", "https://github.com/derailed-dash/gemini-api-docs-mcp-ext" ] } } }