Morpheus MCP Server

1

Add it to Claude Code

Run this in a terminal.

Run in terminal
claude mcp add morpheus -- pipx install morpheus-mcp
README.md

Plan state management and phase gate enforcement for AI dev loops

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

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

Phase Gates

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

CLI

morpheus init plans/my-plan.md    # Load a plan
morpheus status                   # Show progress
morpheus advance <task-id> CHECK  # Advance a phase
morpheus close           # 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

Tools (4)

morpheus_initLoad a plan file, parse tasks, and begin tracking.
morpheus_statusGet plan progress, task states, and the active phase.
morpheus_advanceAdvance a task through a phase gate with required evidence.
morpheus_closeMark a plan as completed.

Configuration

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

Try it

Initialize the development plan from plans/feature-x.md.
What is the current status of my development plan and which phase gate am I currently at?
Advance task 101 to the CODE phase by providing the required fdmc_preflight evidence.
Close the current development plan as all tasks are completed.

Frequently Asked Questions

What are the key features of Morpheus?

Tracks plan progress and task states. Enforces phase gates with specific evidence requirements. Coordinates task lifecycle across multiple agents. Supports structured development phases like CODE, TEST, and GRADE.

What can I use Morpheus for?

Managing complex multi-step AI coding projects. Ensuring quality control by requiring evidence before advancing development phases. Coordinating hand-offs between different specialized AI agents. Tracking progress of long-running development plans.

How do I install Morpheus?

Install Morpheus by running: pipx install morpheus-mcp

What MCP clients work with Morpheus?

Morpheus works with any MCP-compatible client including Claude Desktop, Claude Code, Cursor, and other editors with MCP support.

Turn this server into reusable context

Keep Morpheus docs, env vars, and workflow notes in Conare so your agent carries them across sessions.

Need the old visual installer? Open Conare IDE.
Open Conare