Home › Other › claude-octopus

claude-octopus

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

TypeScript
★ 21 stars Last pushed 2026-09-24 License: ISC

Connect

Review any command before running it. Package names and URLs come from the server's own registry entry.

Package (npm 1.1.10)

npx -y [email protected]

Or add to your MCP client config:

{
  "mcpServers": {
    "claude-octopus": {
      "command": "npx",
      "args": [
        "-y",
        "[email protected]"
      ],
      "env": {
        "ANTHROPIC_API_KEY": "<YOUR_VALUE>",
        "CLAUDE_TOOL_NAME": "<YOUR_VALUE>",
        "CLAUDE_MODEL": "<YOUR_VALUE>",
        "CLAUDE_PERMISSION_MODE": "<YOUR_VALUE>",
        "CLAUDE_ALLOWED_TOOLS": "<YOUR_VALUE>",
        "CLAUDE_APPEND_PROMPT": "<YOUR_VALUE>",
        "CLAUDE_FACTORY_ONLY": "<YOUR_VALUE>"
      }
    }
  }
}
  • ANTHROPIC_API_KEY secret — Anthropic API key (leave unset to inherit from parent process)
  • CLAUDE_TOOL_NAME — Tool name prefix (default: claude_code)
  • CLAUDE_MODEL — Model: sonnet, opus, haiku, or full ID
  • CLAUDE_PERMISSION_MODE — Permission mode: default, acceptEdits, bypassPermissions, plan
  • CLAUDE_ALLOWED_TOOLS — Comma-separated list of available tools (e.g. Read,Grep,Glob for read-only)
  • CLAUDE_APPEND_PROMPT — Additional system prompt appended to the default
  • CLAUDE_FACTORY_ONLY — Set to true to expose only the factory wizard tool

Related servers

Data from the Official MCP Registry