MCP Hub
Back to servers

morpheus-mcp

Provides plan state management and phase gate enforcement for AI development loops. It tracks task progress and coordinates the lifecycle of agents by requiring specific evidence before advancing through development phases.

glama
Updated
Mar 16, 2026

morpheus-mcp

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.

Part of the EvoIntel suite: Sentinel, Seraph, Niobe, Merovingian, Morpheus, Anno.

Install

pipx install morpheus-mcp

MCP Tools

ToolDescription
morpheus_initLoad a plan file, parse tasks, begin tracking
morpheus_statusPlan progress, task states, active phase
morpheus_advanceAdvance a task through a phase gate with evidence
morpheus_closeMark a plan as completed

Phase Gates

Each phase requires evidence before advancing:

PhaseRequired Evidence
CHECK(none)
CODEfdmc_preflight with 4 lenses (consistent must include sibling_read)
TESTbuild_verified
GRADEtests_passed
COMMITseraph_id (skipped if plan has grade: false)
ADVANCEknowledge_gate

CLI

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 plans

MCP Configuration

Add to your .mcp.json or ~/.claude.json:

{
  "mcpServers": {
    "morpheus": {
      "command": "morpheus-mcp",
      "args": []
    }
  }
}

License

MIT

Reviews

No reviews yet

Sign in to write a review