Back to Apps

claudectl
Supports UIby mercurialsolo
Orchestrate a swarm of Claude Code agents with a local LLM brain for auto-approvals and cross-session coordination.
0 stars
Works in:Codex
Exposes:ToolsResourcesPrompts
What it does
claudectl provides a sophisticated orchestration layer for Claude Code agents, introducing a 'local brain' (via Ollama/LLMs) that learns user preferences to auto-approve or deny tool calls. It enables multi-agent coordination and knowledge sharing across parallel sessions.
Tools
brain: Local LLM auto-pilot for decision making.coord: Manage ownership leases and context handoffs between agents.bus: Durable mailbox and directory for agent-to-agent communication.supervisor: Verified task lifecycles with automated recovery and verification.hive: Knowledge distillation and sharing across different machine instances.
Installation
Add the following to your claude_desktop_config.json:
{
"mcpServers": {
"claudectl-bus": {
"command": "claudectl",
"args": ["bus", "stdio"]
}
}
}
Supported hosts
Confirmed for Claude Code (via plugin) and Claude Desktop.
Quick install
brew install mercurialsolo/tap/claudectlInformation
- Pricing
- free
- Published
- 8/4/2026
- stars
- 0
Categories
Choose your AI client and follow the steps below.
Codex
Use `claudectl init` to install hooks and plugins.Claude Desktop
{"mcpServers": {"claudectl-bus": {"command": "claudectl", "args": ["bus", "stdio"]}}}





