Skip to content
Zed

claude octopus for Zed

io.github.xiaolai/claude-octopus

Spawn multiple specialized Claude Code agents as MCP servers, each independently configured.

client:Zed transport:stdio runtime:npm

Install claude octopus in Zed

~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "context_servers": {
    "claude-octopus": {
      "command": "npx",
      "args": [
        "-y",
        "claude-octopus"
      ],
      "env": {
        "ANTHROPIC_API_KEY": "<ANTHROPIC_API_KEY>",
        "CLAUDE_TOOL_NAME": "<CLAUDE_TOOL_NAME>",
        "CLAUDE_MODEL": "<CLAUDE_MODEL>",
        "CLAUDE_PERMISSION_MODE": "<CLAUDE_PERMISSION_MODE>",
        "CLAUDE_ALLOWED_TOOLS": "<CLAUDE_ALLOWED_TOOLS>",
        "CLAUDE_APPEND_PROMPT": "<CLAUDE_APPEND_PROMPT>",
        "CLAUDE_FACTORY_ONLY": "<CLAUDE_FACTORY_ONLY>"
      }
    }
  }
}

Merge this into your existing settings object — do not replace the file. Zed docs

claude octopus in other clients