io.github.xiaolai/claude-octopus
Quality Score
85
/100
Spawn multiple specialized Claude Code agents as MCP servers, each independently configured.
§01 Install
Claude Desktop (claude_desktop_config.json)
{
"mcpServers": {
"claude-octopus": {
"command": "npx",
"args": [
"-y",
"claude-octopus"
],
"env": {
"ANTHROPIC_API_KEY": "<your-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>"
}
}
}
}Cursor (.cursor/mcp.json)
{
"mcpServers": {
"claude-octopus": {
"command": "npx",
"args": [
"-y",
"claude-octopus"
],
"env": {
"ANTHROPIC_API_KEY": "<your-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 (cline_mcp_settings.json)
npx -y claude-octopus§02 Environment variables
ANTHROPIC_API_KEYsecret
Anthropic API key (leave unset to inherit from parent process)
CLAUDE_TOOL_NAMETool name prefix (default: claude_code)
CLAUDE_MODELModel: sonnet, opus, haiku, or full ID
CLAUDE_PERMISSION_MODEPermission mode: default, acceptEdits, bypassPermissions, plan
CLAUDE_ALLOWED_TOOLSComma-separated list of available tools (e.g. Read,Grep,Glob for read-only)
CLAUDE_APPEND_PROMPTAdditional system prompt appended to the default
CLAUDE_FACTORY_ONLYSet to true to expose only the factory wizard tool
§03 MCP Quality Score · methodology
freshness
25
completeness
10
installability
25
documentation
15
stability
10
§04 Alternatives in Other
agency.lona/trading
agency.lona/trading
AI-powered trading strategy development: backtesting, market data, and portfolio analysis
ABMeter
ai.abmeter/abmeter
Feature flagging and A/B testing platform with AI-first experimentation workflows.
AdAdvisor MCP Server
ai.adadvisor/mcp-server
Query Meta Ads performance data — accounts, campaigns, ad sets, ads, metrics & settings.