Cma Mcp Skill
Setup tips & tricks — CMA as an MCP server Published by anthropics in claude-cookbooks.
What is Cma Mcp Skill?
Setup tips & tricks — CMA as an MCP server Published by anthropics in claude-cookbooks. This profile combines repository metadata with install, compatibility, and usage signals so developers can quickly decide whether it fits their agent workflow before opening the source repository.
Automated repository signals based on public metadata such as recency, license, installation evidence, and adoption. These are not a security audit or endorsement.
Key capabilities
- Includes SKILL.md support
- Reusable instructions support
- Documentation
- Writing
- Documentation use cases
- Writing use cases
Technical details
- Install or run with Copy skill directory
When to use Cma Mcp Skill
- Use it for documentation.
- Use it for writing.
Built with
Editorial notes
Source
- Creator: anthropics
- Repository: anthropics/claude-cookbooks
- Skill file: managed_agents/cma-mcp/skill.md
What it does
Setup tips & tricks — CMA as an MCP server
Skill instructions
Setup tips & tricks — CMA as an MCP server Things that aren't obvious from the docs and tend to cost debugging time. --- Mental model Claude Desktop is the frontend, CMA is the backend The Claude you're typing to in Desktop is a relay. It calls sendmessage with your words, calls waitforidle to block until the CMA agent finishes, then shows you the reply. The actual work — tool use, code execution, repo edits — happens in the CMA session, not in Desktop. Eight 1:1 tools, one shim listagents, getagent, createsession, sendmessage, interrupt, getsession, listevents, archivesession are straight endpoint wrappers. waitforidle is the only editorial: MCP is request/response and CMA completion is SSE, so something has to stream-to-idle inside a tool call. sessionid is the only state, and Claude holds it createsession returns it; Claude passes it to every subsequent call. The MCP server itself is stateless. Two transports, one tool set src/tools.ts registers the nine tools. src/server.ts wraps i
Explore related resources
Frequently asked questions
What is Cma Mcp?
Cma Mcp is a open-source AI agent skill with Copy skill directory. Setup tips & tricks — CMA as an MCP server
Who is Cma Mcp best for?
Cma Mcp is best for reusing agent instructions, scripts, and references, documentation workflows, writing workflows.
How do I install Cma Mcp?
Install or run Cma Mcp using Copy skill directory. Check Cma Mcp for the latest setup command.
Is Cma Mcp actively maintained?
Cma Mcp may need a closer maintenance check before production use.
Auto-fetched from GitHub.