Skip to content
Cline

claude octopus for Cline

io.github.xiaolai/claude-octopus

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

client:Cline transport:stdio runtime:npm

Install claude octopus in Cline

~/Library/Application Support/Code/User/globalStorage/saoudrizwan.claude-dev/settings/cline_mcp_settings.json · windows: %APPDATA%\Code\User\globalStorage\saoudrizwan.claude-dev\settings\cline_mcp_settings.json

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

{
  "mcpServers": {
    "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>"
      }
    }
  }
}

Cline's MCP Servers pane edits this file for you if you would rather not find it. Cline docs

claude octopus in other clients