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 🙏

© 2026 – Pkg Stats / Ryan Hefner

cjc-orchestrator-mcp

v2.0.0

Published

MCP Orchestrator for Cracked Jacked Claude - Enables infinite context workflow

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