morpheus-mcp
Related Servers
Alternatives to morpheus-mcp
No user-submitted related servers found.
Related Servers
- AlicenseNot gradedqualityCmaintenanceManages AI agent workflows through a state machine and Git branches, enforcing isolated phases and audit trails via SPEC, PLAN, and AGENTS files.MIT
- AlicenseAqualityCmaintenanceProvides AI agents with a lightweight task-management and self-verification layer to define goals, track checkpoints, detect scope drift, and verify completion against explicit done criteria.12MIT
- AlicenseNot gradedqualityCmaintenanceProvides structured workflows (phases, gates, coordination) for AI agents, enabling complex task execution with quality enforcement and multi-agent coordination via Model Context Protocol.2Apache 2.0
- FlicenseNot gradedqualityBmaintenanceEnables structured role-to-role handoffs and merge gating for multi-agent collaboration. It persists evidence and computes approval gates without invoking LLMs.-
- AlicenseNot gradedqualityBmaintenanceEnables AI agents to maintain project continuity through a file-based state hub with tasks, phases, and handoff snapshots. Provides MCP tools for reading and updating project state, with gatekeeping enforced via real-state evaluation and per-tool authorization.2MIT
- AlicenseNot gradedqualityCmaintenanceEnforces build discipline for coding agents via a phase state machine, contract validation, and deterministic gate checks through MCP tools like pulse_next, pulse_submit, pulse_gate, and pulse_verify.8 npmMIT
TDQS
Scored across 10 tools
Each tool has a distinct purpose with clear boundaries: morpheus_advance and morpheus_advance_batch handle phase progression, morpheus_close finalizes plans, morpheus_gate_summary provides analytics, morpheus_init loads plans, morpheus_oil_change records health checks, morpheus_progress logs observations, morpheus_reflect captures gate effectiveness, morpheus_status shows current state, and morpheus_version offers introspection. No tools overlap in functionality.
All tools follow a consistent 'morpheus_verb' or 'morpheus_verb_noun' pattern with snake_case throughout. The naming is predictable and readable, such as morpheus_advance, morpheus_status, and morpheus_gate_summary, with no deviations in style.
With 10 tools, the set is well-scoped for a project management and tracking system. Each tool serves a specific role in the lifecycle of plans and tasks, from initialization to closure and analytics, with no redundant or missing operations.
The toolset provides complete coverage for the domain of plan and task management: initialization (morpheus_init), progression (morpheus_advance, morpheus_advance_batch), logging (morpheus_progress), health checks (morpheus_oil_change), analytics (morpheus_gate_summary, morpheus_reflect), status monitoring (morpheus_status), closure (morpheus_close), and introspection (morpheus_version). There are no obvious gaps in the workflow.