chAIrman is a Model Context Protocol server that extends Claude Desktop with 54 tools for hiring AI agents, building pipelines, and shipping production software -- all from a single conversation.
The Model Context Protocol (MCP) is an open standard created by Anthropic that lets external tools connect directly to Claude Desktop. Instead of copy-pasting between windows or writing wrapper scripts, MCP gives Claude structured access to real capabilities -- file systems, APIs, databases, and custom tooling -- through a single stdio connection.
Think of MCP as a USB port for AI. Claude Desktop is the computer, and MCP servers are the peripherals. Each server exposes a set of tools that Claude can call natively during a conversation. No browser extensions. No middleware. Just a JSON config entry and a binary that speaks the protocol.
chAIrman is an MCP server built specifically for software development orchestration. When you connect it to Claude Desktop, Claude gains the ability to hire, manage, and coordinate an entire workforce of Claude Code agents -- turning a single chat window into a full project management system.
chAIrman organizes its 54 tools into logical groups. Each one is callable directly by Claude during your conversation.
Hire agents, fire them, list your active team. Each agent gets a role, a model assignment (Sonnet or Opus), and a job description that serves as its permanent context. Agents persist across tasks until you dismiss them.
Assign tasks with dependency chains using the depends_on parameter. Agents queue automatically until prerequisites finish. Cycle detection prevents deadlocks. Critical path calculation estimates completion time.
Create structured backlogs with milestones and tickets before any code is written. Each ticket maps to one agent and includes file ownership, success criteria, and off-limits files to prevent merge conflicts.
Handoff documents, alumni archives, CEO notes, and project briefings ensure no context is lost between sessions. Rehire veteran agents who already know your codebase. Search across all memory with keyword queries.
Set USD spending caps per project. Track cost per task, per agent, and per model. View efficiency scores, throughput rates, and cost trend analysis. Get optimization suggestions based on actual spend data.
Monitor system memory, CPU load, and zombie processes. Detect blocked pipelines and high error rates. Subscribe external systems to events via HMAC-signed webhooks for task completion, budget warnings, and pipeline status.
When you type a request in Claude Desktop, Claude recognizes which chAIrman tools to call and invokes them over stdio. The MCP server receives the tool call, executes the logic (spawning agents, reading state, managing pipelines), and returns structured results that Claude uses to continue the conversation.
Agent processes are spawned as separate Claude Code instances, each running with full filesystem access in your project directory. Their output is parsed as stream-json, giving chAIrman real-time visibility into tool calls, file writes, costs, and completion status.
~/.claude-orchestrator/state.json with atomic writeschAIrman ships as a native binary. No Node.js runtime, no npm install, no Docker. Download, configure, restart Claude Desktop.
chAIrman compiles to a standalone binary for macOS (ARM64 and x64) and Linux (x64). There is no runtime to install, no package manager to configure, and no containerization required. The binary includes everything: the MCP server, the dashboard, the skills engine, and the agent orchestrator.
Once you add the binary path to your Claude Desktop configuration file and restart, all 54 tools appear automatically in Claude's tool palette. You can verify the connection by asking Claude to run list_projects or health_check.
The dashboard launches automatically at localhost:3456, giving you a visual kanban board, live agent terminals, pipeline visualization, budget tracking, and git history -- all updating in real time via WebSocket.
~/.claude-orchestrator/ on your machine. The dashboard runs on localhost only.Join developers who ship faster with chAIrman. From $19.99/mo.