spindle

spiritengine/spindle
★ 1 stars Python 🤖 AI/LLM Updated today
MCP server for Claude Code to Claude Code delegation
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": {
    "spindle": {
      "command": "uvx",
      "args": [
        "spindle"
      ]
    }
  }
}

Or install with pip: pip install spindle

README Excerpt

<!-- Uncomment when published: --> MCP server for multi-harness AI agent delegation. Spawn background agents (Claude Code, Codex, Gemini, Kimi) that run asynchronously, with optional git worktree isolation for safe parallel work. - **Async agent spawning** - Fire-and-forget pattern with spool IDs - **Optional blocking with gather/yield** - Wait for all results at once, or stream them as agents complete. Alternatively, agent can continue other work, spins are nonblocking by default

Tools (6)

SPINDLE_MAX_CONCURRENTcarefulfullreadonlyshardspin_sleep