Sponsored by Deepsite.site

Google Agent Platform Docs

Overview

mcp-google-agent-platform-docs

MCP server providing Google AI platform documentation to AI agents.

Python 3.10+ MCP License: MIT

Part of OpenGerwin MCP Servers

What is this?

An MCP (Model Context Protocol) server that gives AI agents direct access to Google's AI platform documentation — both the current Gemini Enterprise Agent Platform (GEAP) and the legacy Vertex AI Generative AI docs.

Instead of hallucinating API details, your AI assistant can look up the actual documentation in real-time.

Features

  • 🔍 Full-text search across 3400+ documentation pages
  • 📄 On-demand fetching — pages are downloaded and cached as you need them
  • 🗂️ Dual source — current GEAP + legacy Vertex AI documentation
  • Smart caching — 72-hour TTL, stale fallback on network errors
  • 🗺️ Auto-discovery — new pages found via sitemap scanning (weekly)
  • 🧩 Plug & play — works with Claude Desktop, Cursor, VS Code, any MCP client

Quick Start

Install

# Using pip
pip install mcp-google-agent-platform-docs

# Using uv (recommended)
uv pip install mcp-google-agent-platform-docs

Configure Claude Desktop

Add to your claude_desktop_config.json:

{
  "mcpServers": {
    "google-agent-platform-docs": {
      "command": "mcp-google-agent-platform-docs"
    }
  }
}

Configure Antigravity (Google)

Add to ~/.gemini/antigravity/mcp_config.json:

{
  "mcpServers": {
    "google-agent-platform-docs": {
      "command": "uv",
      "args": [
        "--directory",
        "/path/to/mcp-google-agent-platform-docs",
        "run",
        "mcp-google-agent-platform-docs"
      ]
    }
  }
}

Configure Cursor / VS Code

Add to your MCP settings:

{
  "mcpServers": {
    "google-agent-platform-docs": {
      "command": "mcp-google-agent-platform-docs",
      "transport": "stdio"
    }
  }
}

Tools

search_docs

Search documentation by keywords.

search_docs("Memory Bank setup", source="geap")
search_docs("function calling", source="vertex-ai")

get_doc

Get full content of a specific page.

get_doc("scale/memory-bank/setup", source="geap")
get_doc("multimodal/function-calling", source="vertex-ai")

list_sections

Browse documentation structure.

list_sections(source="geap")

list_models

Quick reference for all available AI models (Gemini, Imagen, Veo, Claude, etc.).

list_models()

Documentation Sources

Source IDPlatformPagesStatus
geapGemini Enterprise Agent Platform2300+Primary (current)
vertex-aiVertex AI Generative AI1100+Legacy (archive)

GEAP Sections

  • Agent Studio — Visual agent builder
  • Agents → Build — Runtime, ADK, Agent Garden, RAG Engine
  • Agents → Scale — Sessions, Memory Bank, Code Execution
  • Agents → Govern — Policies, Agent Gateway, Model Armor
  • Agents → Optimize — Observability, Evaluation, Quality Alerts
  • Models — Gemini, Imagen, Veo, Lyria, Partners, Open Models
  • Notebooks — Jupyter tutorials

Configuration

Environment variables for customization:

VariableDefaultDescription
MCP_DOCS_CACHE_DIR~/.cache/mcp-google-agent-platform-docsCache directory
MCP_DOCS_CONTENT_TTL72Page cache TTL (hours)
MCP_DOCS_STRUCTURE_TTL7Structure cache TTL (days)
MCP_DOCS_DEFAULT_SOURCEgeapDefault documentation source
MCP_DOCS_HTTP_TIMEOUT30HTTP timeout (seconds)

Development

# Clone
git clone https://github.com/OpenGerwin/mcp-google-agent-platform-docs.git
cd mcp-google-agent-platform-docs

# Install dependencies
uv sync

# Run server locally
uv run mcp-google-agent-platform-docs

# Test with MCP Inspector
uv run mcp dev src/mcp_google_agent_platform_docs/server.py

Architecture

mcp-google-agent-platform-docs/
├── sources/                    # YAML source configurations
│   ├── geap.yaml               # GEAP (primary)
│   └── vertex-ai.yaml          # Vertex AI (legacy)
├── src/mcp_google_agent_platform_docs/
│   ├── server.py               # FastMCP server + 4 tools
│   ├── source.py               # Source model (YAML loader)
│   ├── fetcher.py              # HTML → Markdown converter
│   ├── cache.py                # TTL cache manager
│   ├── discovery.py            # Sitemap-based page discovery
│   ├── search.py               # TF-IDF search engine
│   └── config.py               # Global configuration
└── tests/

License

MIT — see LICENSE.


Part of OpenGerwin MCP Servers

Server Config

{
  "mcpServers": {
    "google-agent-platform-docs": {
      "command": "uvx",
      "args": [
        "mcp-google-agent-platform-docs"
      ]
    }
  }
}
Recommend Servers
TraeBuild with Free GPT-4.1 & Claude 3.7. Fully MCP-Ready.
AiimagemultistyleA Model Context Protocol (MCP) server for image generation and manipulation using fal.ai's Stable Diffusion model.
EdgeOne Pages MCPAn MCP service designed for deploying HTML content to EdgeOne Pages and obtaining an accessible public URL.
WindsurfThe new purpose-built IDE to harness magic
Howtocook Mcp基于Anduin2017 / HowToCook (程序员在家做饭指南)的mcp server,帮你推荐菜谱、规划膳食,解决“今天吃什么“的世纪难题; Based on Anduin2017/HowToCook (Programmer's Guide to Cooking at Home), MCP Server helps you recommend recipes, plan meals, and solve the century old problem of "what to eat today"
MiniMax MCPOfficial MiniMax Model Context Protocol (MCP) server that enables interaction with powerful Text to Speech, image generation and video generation APIs.
Baidu Map百度地图核心API现已全面兼容MCP协议,是国内首家兼容MCP协议的地图服务商。
Zhipu Web SearchZhipu Web Search MCP Server is a search engine specifically designed for large models. It integrates four search engines, allowing users to flexibly compare and switch between them. Building upon the web crawling and ranking capabilities of traditional search engines, it enhances intent recognition capabilities, returning results more suitable for large model processing (such as webpage titles, URLs, summaries, site names, site icons, etc.). This helps AI applications achieve "dynamic knowledge acquisition" and "precise scenario adaptation" capabilities.
Playwright McpPlaywright MCP server
Tavily Mcp
RedisA Model Context Protocol server that provides access to Redis databases. This server enables LLMs to interact with Redis key-value stores through a set of standardized tools.
MCP AdvisorMCP Advisor & Installation - Use the right MCP server for your needs
DeepChatYour AI Partner on Desktop
CursorThe AI Code Editor
BlenderBlenderMCP connects Blender to Claude AI through the Model Context Protocol (MCP), allowing Claude to directly interact with and control Blender. This integration enables prompt assisted 3D modeling, scene creation, and manipulation.
Y GuiA web-based graphical interface for AI chat interactions with support for multiple AI models and MCP (Model Context Protocol) servers.
Jina AI MCP ToolsA Model Context Protocol (MCP) server that integrates with Jina AI Search Foundation APIs.
ChatWiseThe second fastest AI chatbot™
Serper MCP ServerA Serper MCP Server
Visual Studio Code - Open Source ("Code - OSS")Visual Studio Code
Amap Maps高德地图官方 MCP Server