Morpheus Mcp — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited Morpheus Mcp (Agent Skill) and scored it 100/100 (green). The audit ran 55 deterministic rules across Security, Supply Chain, Maintenance, Transparency, and Community; it found 0 high-severity and 0 lower-severity findings. The full rule-by-rule trace and per-finding evidence are below. Free, methodology-open.
Findings & checks · 0 flagged
Every scanned point with the score it earned and what moved between them.
First recorded scan — no prior version to compare against.
The primary manifest — the file an agent reads to learn what this artifact does.
Plan state management and phase gate enforcement for AI dev loops via MCP. Morpheus tracks plan progress, enforces phase gates with evidence requirements, and coordinates task lifecycle across agents.
Morpheus is one server in a suite designed to work together. Each handles a different concern in the AI development loop:
| Server | Role |
|---|---|
| [Morpheus](https://github.com/evo-hydra/morpheus-mcp) | Plan state & phase gate enforcement (you are here) |
| [Sentinel](https://github.com/evo-hydra/sentinel) | Persistent project intelligence — conventions, pitfalls, co-changes |
| [Seraph](https://github.com/evo-hydra/seraph) | Verification intelligence for AI-generated code |
| [Niobe](https://github.com/evo-hydra/niobe) | Runtime intelligence & log analysis |
| [Merovingian](https://github.com/evo-hydra/merovingian) | Cross-repo dependency tracking & contract management |
| [Anno](https://github.com/evo-hydra/anno) | Web content extraction via stealth browser |
Each server runs independently, but they reinforce each other. Morpheus orchestrates the dev loop. Sentinel and Seraph provide the intelligence Morpheus gates on. Niobe watches runtime. Merovingian tracks what breaks across repos.
pipx install morpheus-mcp| Tool | Description |
|---|---|
morpheus_init | Load a plan file, parse tasks, begin tracking |
morpheus_status | Plan progress, task states, active phase |
morpheus_advance | Advance a task through a phase gate with evidence |
morpheus_close | Mark a plan as completed |
Each phase requires evidence before advancing:
| Phase | Required Evidence |
|---|---|
| CHECK | (none) |
| CODE | fdmc_preflight with 4 lenses (consistent must include sibling_read) |
| TEST | build_verified |
| GRADE | tests_passed |
| COMMIT | seraph_id (skipped if plan has grade: false) |
| ADVANCE | knowledge_gate |
morpheus init plans/my-plan.md # Load a plan
morpheus status # Show progress
morpheus advance <task-id> CHECK # Advance a phase
morpheus close <plan-id> # Close the plan
morpheus list # List all plansAdd to your .mcp.json or ~/.claude.json:
{
"mcpServers": {
"morpheus": {
"command": "morpheus-mcp",
"args": []
}
}
}MIT
~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.