conductor

GitHub

Conductor is an event driven agentic workflow engine providing durable and highly resilient execution engine for applications and AI Agents

RAW Config

Claude Desktop Configuration

Add to ~/Library/Application Support/Claude/claude_desktop_config.json

{
  "mcpServers": {
    "conductor": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-conductor"
      ]
    }
  }
}