Loading MCP server directory, please wait...
Spawn multiple specialized Claude Code agents as MCP servers, each independently configured.
npx @getmcp/cli add io.github.xiaolai/claude-octopusRequires Node.js 18+. Community-contributed server. Review source before installing.
Config file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"io.github.xiaolai/claude-octopus": {
"command": "npx",
"args": [
"-y",
"claude-octopus"
],
"env": {
"ANTHROPIC_API_KEY": "",
"CLAUDE_TOOL_NAME": "",
"CLAUDE_MODEL": "",
"CLAUDE_PERMISSION_MODE": "",
"CLAUDE_ALLOWED_TOOLS": "",
"CLAUDE_APPEND_PROMPT": "",
"CLAUDE_FACTORY_ONLY": ""
}
}
}
}