Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@morpheus-mcpMove task 1 to the TEST phase since the build is verified"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
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-mcpMCP Tools
Tool | Description |
| Load a plan file, parse tasks, begin tracking |
| Plan progress, task states, active phase |
| Advance a task through a phase gate with evidence |
| Mark a plan as completed |
Phase Gates
Each phase requires evidence before advancing:
Phase | Required Evidence |
CHECK | (none) |
CODE |
|
TEST |
|
GRADE |
|
COMMIT |
|
ADVANCE |
|
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 plansMCP Configuration
Add to your .mcp.json or ~/.claude.json:
{
"mcpServers": {
"morpheus": {
"command": "morpheus-mcp",
"args": []
}
}
}License
MIT
This server cannot be installed
Resources
Looking for Admin?
Admins can modify the Dockerfile, update the server description, and track usage metrics. If you are the server author, to access the admin panel.