Cm mcp engineering
Use when you need to interact with the MCP engineering bridge tools (cm_plan, cm_review, cm_qa, cm_deploy, cm_search).From its SKILL.md
npx -y skills add tody-agent/codymaster --skill cm-mcp-engineeringAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
One thing to look at
- no licenseNo license file was found in the repository. Code published without one is not open source by default, so using it at work is a question for whoever answers licensing questions where you are.
SKILL.md
1.0 KB, 211 tokens by cl100k_base, as published. Nobody here has run it
cm-mcp-engineering — MCP tools on context server
The same binary as memory MCP (dist/mcp-context-server.js) now exposes engineering bridge tools:
| Tool | Purpose |
|---|---|
cm_plan | Sprint state + artifact paths + next skill hint |
cm_review | Preview .cm/sprint/artifacts/review.md |
cm_qa | QA pointers — host browser mode first (see _shared/browser-strategy.md); cm browse daemon only as CLI fallback |
cm_deploy | Hints for safe deploy + canary |
cm_search | Learnings + decisions search |
cm_memory_query | Same backing store, alias-style |
Existing tools unchanged: cm_query, cm_resolve, cm_bus_read, cm_bus_write, cm_budget_check, cm_memory_decay, cm_index_refresh.
Config
Point --project at the repo root (or CM_PROJECT_PATH).
What ships with it
Read from the repository
Just SKILL.md. No reference files, no scripts.