Cma Mcp Skill
Setup tips & tricks — CMA as an MCP server Published by anthropics in claude-cookbooks.
Decision snapshot
Is this a fit?
Documentation, Writing, Includes SKILL.md, Reusable instructions
Compatibility not yet detected.
Permission behavior not yet detected.
Copy skill directory
25 days ago · MIT license
No specific cautions were detected. Review the source and requested permissions before installing.
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. See how SkillIndex evaluates profiles.
Key capabilities
- Includes SKILL.md support
- Reusable instructions support
- Documentation
- Writing
- Documentation use cases
- Writing use cases
Declared skill metadata
- Source file: managed_agents/cma-mcp/skill.md
These fields retain source and confidence evidence from the indexed SKILL.md.
Compatibility and setup
- 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
Verified compatibility and discovery
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.
Project health auto-fetched from the source repository.
Maintain this resource?
Review this source-backed profile, send a correction with evidence, or link to it from your documentation. Claims verify your relationship to the project; profile facts still require source evidence and editorial review.