cjc-orchestrator-mcp
v2.0.0
Published
MCP Orchestrator for Cracked Jacked Claude - Enables infinite context workflow
Maintainers
Readme
CJC Orchestrator MCP 🚀
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!
Features
- 🔄 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
Installation
For Individual Use
npm install -g cjc-orchestrator-mcpFor Project Integration
Add to your .claude.json:
{
"mcpServers": {
"cjc-orchestrator": {
"type": "stdio",
"command": "npx",
"args": ["-y", "cjc-orchestrator-mcp@latest"]
}
}
}Usage
Once installed, the orchestrator provides these MCP tools to Claude Code:
Core Tools
get_next_prompt- Get contextual subtask promptsstore_summary- Store completion evidenceget_workflow_state- Track progressreset_context- Handle context managementconfigure_prompts- Customize prompt style
Example Workflow
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!Architecture
┌─────────────────┐ ┌──────────────────┐ ┌─────────────────┐
│ Claude Code │────▶│ Orchestrator │────▶│ TaskMaster │
│ (Agent) │ │ MCP │ │ MCP │
└─────────────────┘ └──────────────────┘ └─────────────────┘
│ │ │
▼ ▼ ▼
┌─────────────────┐ ┌──────────────────┐ ┌─────────────────┐
│ Subtask │ │ State Manager │ │ Project │
│ Prompts │ │ (JSON Store) │ │ Tasks │
└─────────────────┘ └──────────────────┘ └─────────────────┘Configuration
Prompt Styles
detailed(default) - Comprehensive instructionsconcise- Focused, minimal promptsmotivational- High-energy CJC style
State Management
- Stores workflow state in
.cjc-orchestrator-state.json - Automatic cleanup (keeps last 100 summaries)
- Per-agent state isolation
Requirements
- Node.js 18+
- Claude Code with MCP support
- Claude Max/Pro subscription (no API keys needed!)
Development
# Clone and setup
git clone <repository>
cd orchestrator-mcp
npm install
# Build
npm run build
# Test locally
npm run devIntegration with CJC Framework
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
License
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! 💪🚀
