claude-operator

MoyGulati/claude-operator
★ 0 stars TypeScript 🤖 AI/LLM Updated 2d ago
Autonomous multi-worker orchestrator MCP server for Claude Code
View on GitHub →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "claude-operator": {
      "command": "npx",
      "args": [
        "-y",
        "MoyGulati/claude-operator"
      ]
    }
  }
}

README Excerpt

TypeScript MCP server that turns any Claude Code session into an autonomous operator — decomposes goals, spawns and coordinates worker sessions across multiple projects, manages persistent two-tier memory, enforces guardrails, and learns from retrospective human review. ```bash npm install -g claude-operator

Tools (10)

assign_taskcomplete_taskget_guardrailsget_worker_statusinject_instructionlog_judgment_callsearch_memoryset_guardrailspawn_workerupdate_memory