Package Exports
- cns-mcp-server
- cns-mcp-server/dist/index.js
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (cns-mcp-server) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
CNS MCP Server
Autonomous Multi-Agent Orchestration for Claude Code
Transform Claude Code from a single agent into an autonomous multi-agent system that orchestrates complex workflows automatically.
🚀 Quick Start
# Install globally
npm install -g cns-mcp-server
# Initialize system
cns-server init
# Add to Claude Code (copy the configuration shown)That's it! CNS is now orchestrating your Claude Code workflows.
✨ What You Get
🤖 Autonomous Agent Orchestration
- Managers create specifications → CNS detects patterns → Associates implement → Managers review
- Zero manual intervention - workflows happen automatically
- Pattern recognition detects "Task Assignment", "Implementation Complete", "Approved for Integration"
🧠 Free Semantic Memory
- Zero API costs - uses Transformers.js locally
- Hybrid search - semantic + text matching
- 384-dimensional embeddings with automatic storage
🏗️ Workspace Isolation
- Git worktrees for parallel development
- Branch-based isolation per workflow
- Automatic cleanup after completion
🎛️ Slash Commands
Direct control in Claude Code conversations:
/cns:status- System overview/cns:health- Health diagnostics/cns:workflows- Active workflows/cns:search <query>- Memory search/cns:memories- Recent memories/cns:help- Usage guide
📋 Installation
See INSTALLATION.md for detailed setup instructions.
📚 Documentation
- Installation Guide - Setup and configuration
- User Guide - Workflow examples and best practices
- Troubleshooting - Common issues and solutions
🎯 Example: Authentication System
You ask:
"Please implement a user authentication system"
CNS orchestrates automatically:
- Manager creates specifications with JWT, bcrypt, session management
- CNS detects "Task Assignment" → auto-launches Associate
- Associate implements complete auth system with tests
- CNS detects "Implementation Complete" → auto-launches Manager review
- Manager approves with "Approved for Integration"
- CNS completes workflow, stores knowledge, cleans workspace
Result: Production-ready authentication system delivered through autonomous agent coordination.
🔧 Requirements
- Node.js: 18.0.0 or higher
- RAM: 2GB available memory
- Storage: 500MB for models and data
- OS: Windows, macOS, or Linux
🏥 Health Check
cns-server validateExpected output:
🔍 Validating CNS MCP Server Configuration...
✓ Configuration file exists
✓ Using free local Transformers.js embeddings
✅ Validation complete!📞 Support
- Issues: GitHub Issues
- Discussions: GitHub Discussions
- Documentation: GitHub Wiki
📄 License
MIT - see LICENSE file.
Ready to transform your development workflow? Install CNS and watch autonomous agent orchestration in action! 🚀