loading…
Search for a command to run...
loading…
About MCP server for Google Agent Platform Docs — Google AI + Vertex AI. 3400+ pages searchable by AI agents.
About MCP server for Google Agent Platform Docs — Google AI + Vertex AI. 3400+ pages searchable by AI agents.
MCP server providing Google AI platform documentation to AI agents.
Part of OpenGerwin MCP Servers
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.
# Using pip
pip install mcp-google-agent-platform-docs
# Using uv (recommended)
uv pip install mcp-google-agent-platform-docs
Add to your claude_desktop_config.json:
{
"mcpServers": {
"google-agent-platform-docs": {
"command": "mcp-google-agent-platform-docs"
}
}
}
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"
]
}
}
}
Add to your MCP settings:
{
"mcpServers": {
"google-agent-platform-docs": {
"command": "mcp-google-agent-platform-docs",
"transport": "stdio"
}
}
}
search_docsSearch documentation by keywords.
search_docs("Memory Bank setup", source="geap")
search_docs("function calling", source="vertex-ai")
get_docGet full content of a specific page.
get_doc("scale/memory-bank/setup", source="geap")
get_doc("multimodal/function-calling", source="vertex-ai")
list_sectionsBrowse documentation structure.
list_sections(source="geap")
list_modelsQuick reference for all available AI models (Gemini, Imagen, Veo, Claude, etc.).
list_models()
| Source ID | Platform | Pages | Status |
|---|---|---|---|
geap |
Gemini Enterprise Agent Platform | 2300+ | Primary (current) |
vertex-ai |
Vertex AI Generative AI | 1100+ | Legacy (archive) |
Environment variables for customization:
| Variable | Default | Description |
|---|---|---|
MCP_DOCS_CACHE_DIR |
~/.cache/mcp-google-agent-platform-docs |
Cache directory |
MCP_DOCS_CONTENT_TTL |
72 |
Page cache TTL (hours) |
MCP_DOCS_STRUCTURE_TTL |
7 |
Structure cache TTL (days) |
MCP_DOCS_DEFAULT_SOURCE |
geap |
Default documentation source |
MCP_DOCS_HTTP_TIMEOUT |
30 |
HTTP timeout (seconds) |
# 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
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/
MIT — see LICENSE.
Part of OpenGerwin MCP Servers
Добавь это в claude_desktop_config.json и перезапусти Claude Desktop.
{
"mcpServers": {
"mcp-google-agent-platform-docs": {
"command": "npx",
"args": []
}
}
}Read and write pages in your workspace
Issues, cycles, triage — from Claude
Search and read your Drive files
Connect and unify data across various platforms and databases with [MindsDB as a single MCP server](https://docs.mindsdb.com/mcp/overview).