npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2025 – Pkg Stats / Ryan Hefner

@oneqode/cjc-orchestrator-mcp

v5.3.10

Published

CJC Orchestrator MCP - The Infinite Context Brain for Agent Workflows

Readme

CJC Orchestrator MCP v5.1.0 🔥

The INFINITE CONTEXT BRAIN for the Cracked Jacked Claude Framework!

🚀 What's New in v5.1.0

🏗️ PEER MCP ARCHITECTURE FIX

  • No longer spawns TaskMaster - Works as proper peer MCP service
  • Accepts task data from Claude - Claude coordinates between TaskMaster and Orchestrator
  • Fallback to local files - Can read tasks.json directly if needed
  • Fixed initialization loops - Storage no longer causes infinite loops

🚀 What's New in v5.0.0

🐛 CRITICAL BUG FIXES

  • Fixed multiline content corruption - Bash commands and code blocks are now preserved exactly
  • Proper markdown parsing - Uses the marked library for robust content handling
  • No more truncated commands - Task details maintain their original formatting

🏗️ SELF-CONTAINED ARCHITECTURE

  • Project-agnostic - Works with ANY project, not tied to CJC framework
  • Auto-creates .orchestrator/ directory - All state stored in your project
  • No framework dependencies - Updates via npm, no manual framework changes needed

🧠 ENHANCED FEATURES

  • Better context synthesis - Intelligently selects relevant context within token limits
  • Pattern extraction - Learns from your work and builds knowledge over time
  • Persistent storage - Maintains context across orchestrator restarts

📦 Installation

# Install globally
npm install -g @oneqode/cjc-orchestrator-mcp@latest

# Or use with npx
npx @oneqode/cjc-orchestrator-mcp@latest

🔧 MCP Configuration

The orchestrator works alongside TaskMaster as peer MCP services:

{
  "mcpServers": {
    "taskmaster": {
      "command": "npx",
      "args": ["-y", "@oneqode/taskmaster-mcp@latest"]
    },
    "orchestrator": {
      "command": "npx", 
      "args": ["-y", "@oneqode/cjc-orchestrator-mcp@latest"],
      "env": {
        "PROJECT_ROOT": "/path/to/your/project"
      }
    }
  }
}

🔧 How It Works

The orchestrator creates a .orchestrator/ directory in your project root containing:

.orchestrator/
├── state/          # Agent workflow states
├── knowledge/      # Learned patterns and decisions
├── summaries/      # Task completion summaries
├── cache/          # Temporary cache data
└── config.json     # Orchestrator configuration

🎯 Key Features

1. Multiline Content Preservation

# Your task details with bash commands:
mv bread-of-life/bread-of-life/* .
rm -rf bread-of-life/bread-of-life
chmod +x scripts/*.sh

# Are preserved EXACTLY as written!

2. Intelligent Context Management

  • Synthesizes prompts within token limits
  • Prioritizes relevant context
  • Includes code examples and patterns

3. Knowledge Building

  • Extracts patterns from completed work
  • Remembers technical decisions
  • Builds project understanding over time

🔌 MCP Integration

The orchestrator exposes these tools:

  • get_next_prompt - Get optimized prompt for next task
  • store_summary - Store task completion summary
  • get_workflow_state - Check current workflow state
  • reset_context - Mark context as cleared

🧪 Testing

Comprehensive test coverage including:

  • Unit tests for markdown parsing
  • Integration tests for workflow
  • Container tests with Dagger
  • Edge case handling

🚨 Breaking Changes from v4.x

  1. Storage location - Now uses .orchestrator/ in project root
  2. Self-contained - No longer depends on framework directories
  3. API changes - Some internal APIs have been updated

📊 Performance

  • Prompt generation: ~200-500ms
  • Summary storage: ~50ms
  • Pattern extraction: Automatic during storage
  • Memory efficient with disk-based storage

🤝 Contributing

See the main CJC Framework repository for contribution guidelines.

📄 License

MIT


🔥 Built with MAXIMUM ENERGY by the CJC team! 💪