Multi-agent orchestration framework for Claude Code CLI with 47+ specialized agents, 44+ skills, MCP integration, session management, and semantic code search
Claude MPM is a subprocess orchestration layer for Claude Code CLI, transforming it into a full-featured development platform.
Core Capabilities#
Multi-Agent System#
- 47+ Specialized Agents: Covering Python, TypeScript, Rust, Go, Java, Ruby, PHP, QA, Security, DevOps
- PM Intelligent Orchestration: Automatically routes tasks to expert agents
- Agent Source System: Deploy agents from Git repos with ETag caching
Skills Framework#
- 44+ Built-in Skills: TDD, debugging, Docker, API design, security scanning, Git workflows
- Progressive Loading: Load skills on-demand to optimize context usage
- Three-Layer Organization: Bundled → User → Project priority resolution
MCP Integration#
- Google Workspace: 34 tools (Gmail, Calendar, Drive, Docs, Tasks)
- Notion/Confluence: 7+ tools + batch operations
- Slack: Channels, messages, DMs, search
- Semantic code search via mcp-vector-search
- Issue management: GitHub, Linear, Jira integration
- Graph memory: kuzu-memory for persistent project knowledge
Session & Workflow Management#
- Session resume:
--resumeflag maintains full context - Auto-pause: Generates context summaries at 70%/85%/95% thresholds
- Real-time dashboard: Monitor agent activity
- Hooks system: 15+ event hooks for custom workflows
Enterprise Features#
- OAuth 2.0 integration: Secure Google Workspace authentication
- Encrypted token storage: Fernet encryption + system keychain
- 100+ CLI commands: Comprehensive management interface
- 60+ services: Event bus-based service-oriented architecture
Installation#
# uv (recommended)
uv tool install claude-mpm[monitor,data-processing] --python 3.13
# Homebrew (macOS)
brew tap bobmatnyc/tools
brew install claude-mpm
# pipx
pipx install "claude-mpm[monitor]"
Common Commands#
claude-mpm # Start interactive mode
claude-mpm run --monitor # Launch monitoring dashboard
claude-mpm run --resume # Resume previous session
claude-mpm search "query" # Semantic code search
claude-mpm doctor # Health diagnostics
claude-mpm verify # Verify MCP services
Architecture Highlights#
- Service-Oriented Architecture (SOA): Core, Agent, Communication, Project, Infrastructure domains
- Three-tier agent system: PROJECT > USER > SYSTEM priority
- Performance optimizations: 91% hook latency reduction, 95%+ bandwidth savings via ETag caching
Prerequisites#
- Claude Code CLI v2.1.3+
- Python 3.11-3.13 (3.13 recommended, 3.14 not supported)
- License: Elastic License 2.0 (contact author for commercial use)