Claude Managed Agents Docs
БесплатноНе проверенMCP server exposing Claude Managed Agents documentation as searchable tools for Claude Desktop and Claude Code.
Описание
MCP server exposing Claude Managed Agents documentation as searchable tools for Claude Desktop and Claude Code.
README
An MCP server that exposes the Claude Managed Agents documentation to Claude Desktop and Claude Code, keeping your AI assistant always up to date with the latest API docs.
What it does
Provides three tools that Claude can call to read current documentation directly from platform.claude.com:
| Tool | Description |
|---|---|
list_claude_sections |
List all available Managed Agents documentation sections |
get_claude_page |
Fetch the full content of a documentation page by slug or URL |
search_claude_docs |
Search sections by keyword and get matching slugs |
Covered sections (20 pages): overview, quickstart, onboarding, agent-setup, tools, mcp-connector, permission-policies, skills, environments, cloud-containers, sessions, events-and-streaming, define-outcomes, vaults, github, files, memory, multi-agent, migration, observability.
The catalog is seeded at startup with all known sections and auto-discovers new pages from the live platform.claude.com/sitemap.xml.
Requirements
- Python 3.11+
- uv (recommended) or
pip
Installation
git clone https://github.com/Attilio81/MCP_CMA.git
cd MCP_CMA
uv pip install -e .
# or
pip install -e .
This installs the mcp-claude command.
Claude Desktop configuration
Add to your claude_desktop_config.json:
{
"mcpServers": {
"claude-docs": {
"command": "mcp-claude"
}
}
}
If installed in a virtual environment, use the full path:
{
"mcpServers": {
"claude-docs": {
"command": "/path/to/venv/bin/mcp-claude"
}
}
}
Restart Claude Desktop — the three tools appear automatically.
Claude Code configuration
claude mcp add claude-docs mcp-claude
Or add to your project's .mcp.json:
{
"mcpServers": {
"claude-docs": {
"command": "mcp-claude"
}
}
}
How it works
- At startup, seed entries for all 20 known Managed Agents pages are loaded into an in-memory catalog.
- The public sitemap at
platform.claude.com/sitemap.xmlis fetched to discover any new pages added by Anthropic. If the sitemap is unavailable, the server starts with seed entries only (no crash). - On each tool call, pages are fetched live from
platform.claude.comvia plain HTTP (Next.js SSR — no JavaScript rendering required). - Fetched content is cached in memory for the duration of the server session. Restart the server to clear the cache.
Running tests
pip install pytest
pytest
License
MIT
Установка Claude Managed Agents Docs
У этого сервера нет опубликованного пакета — он собирается из исходников. Открой репозиторий и следуй инструкции в README.
▸ github.com/attilio81/mcp_cmaFAQ
Claude Managed Agents Docs MCP бесплатный?
Да, Claude Managed Agents Docs MCP бесплатный — установка в пару кликов через Unyly без оплаты.
Нужен ли API-ключ для Claude Managed Agents Docs?
Нет, Claude Managed Agents Docs работает без API-ключей и переменных окружения.
Claude Managed Agents Docs — hosted или self-hosted?
Self-hosted: сервер запускается локально на твоей машине командой из раздела установки.
Как установить Claude Managed Agents Docs в Claude Desktop, Claude Code или Cursor?
Открой Claude Managed Agents Docs на unyly.org, выбери вкладку своего клиента (Claude Desktop, Claude Code, Cursor) и нажми Install — конфиг сгенерируется автоматически, без правки JSON.
Похожие MCP
GitHub
PRs, issues, code search, CI status
автор: GitHubFilesystem
Secure file operations with configurable access controls.
Memory
Knowledge graph-based persistent memory system.
Template MCP Server
A CLI tool to create a new Model Context Protocol server project with TypeScript support, dual transport options, and an extensible structure
автор: mcpdotdirectCompare Claude Managed Agents Docs with
Не уверен что выбрать?
Найди свой стек за 60 секунд
Автор?
Embed-бейдж для README
Похожее
Все в категории development
