Skip to content
Cursor

claude octopus for Cursor

io.github.xiaolai/claude-octopus

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

client:Cursor transport:stdio runtime:npm

Install claude octopus in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

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

{
  "mcpServers": {
    "claude-octopus": {
      "type": "stdio",
      "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>"
      }
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

claude octopus in other clients