cjc-orchestrator-mcp
TypeScript icon, indicating that this package has built-in type declarations

2.0.0 • Public • Published

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-mcp

For 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

  1. get_next_prompt - Get contextual subtask prompts
  2. store_summary - Store completion evidence
  3. get_workflow_state - Track progress
  4. reset_context - Handle context management
  5. configure_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 instructions
  • concise - Focused, minimal prompts
  • motivational - 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 dev

Integration 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! 💪🚀

Package Sidebar

Install

npm i cjc-orchestrator-mcp

Weekly Downloads

1

Version

2.0.0

License

MIT

Unpacked Size

67.8 kB

Total Files

23

Last publish

Collaborators

  • contra13