Infinite Context Workflow Management for Claude Code
The CJC Orchestrator MCP enables Claude Code to handle massive projects by breaking them into manageable subtasks with perfect context preservation. No API keys required - works with your Claude Max/Pro subscription!
- 🔄 Infinite Context: Break large tasks into contextual subtasks
- 💪 Zero Config: Auto-starts via Claude Code MCP integration
- 🎯 Smart Prompts: Context-aware prompt generation with CJC personality
- 📊 Progress Tracking: Complete workflow state management
- 🔒 Local Storage: JSON-based persistence, no external dependencies
- ⚡ TaskMaster Integration: Seamless task management workflow
npm install -g cjc-orchestrator-mcp
Add to your .claude.json
:
{
"mcpServers": {
"cjc-orchestrator": {
"type": "stdio",
"command": "npx",
"args": ["-y", "cjc-orchestrator-mcp@latest"]
}
}
}
Once installed, the orchestrator provides these MCP tools to Claude Code:
-
get_next_prompt
- Get contextual subtask prompts -
store_summary
- Store completion evidence -
get_workflow_state
- Track progress -
reset_context
- Handle context management -
configure_prompts
- Customize prompt style
1. Claude calls get_next_prompt → Receives focused subtask
2. Claude completes subtask → Calls store_summary with evidence
3. Claude hits context limit → Calls reset_context
4. Process repeats → Infinite context maintained!
┌─────────────────┐ ┌──────────────────┐ ┌─────────────────┐
│ Claude Code │────▶│ Orchestrator │────▶│ TaskMaster │
│ (Agent) │ │ MCP │ │ MCP │
└─────────────────┘ └──────────────────┘ └─────────────────┘
│ │ │
▼ ▼ ▼
┌─────────────────┐ ┌──────────────────┐ ┌─────────────────┐
│ Subtask │ │ State Manager │ │ Project │
│ Prompts │ │ (JSON Store) │ │ Tasks │
└─────────────────┘ └──────────────────┘ └─────────────────┘
-
detailed
(default) - Comprehensive instructions -
concise
- Focused, minimal prompts -
motivational
- High-energy CJC style
- Stores workflow state in
.cjc-orchestrator-state.json
- Automatic cleanup (keeps last 100 summaries)
- Per-agent state isolation
- Node.js 18+
- Claude Code with MCP support
- Claude Max/Pro subscription (no API keys needed!)
# Clone and setup
git clone <repository>
cd orchestrator-mcp
npm install
# Build
npm run build
# Test locally
npm run dev
This orchestrator is part of the Cracked Jacked Claude framework:
- Works seamlessly with TaskMaster MCP
- Integrates with Context7 MCP for documentation
- Follows CJC personality and workflows
- Enables infinite context development
MIT License - Built with 🔥 by the CJC Team
Ready to CRUSH massive projects with infinite context? Install now and unleash the power of orchestrated development! 💪🚀