MCP Server
MCP
io.github.xiaolai/claude-octopus
Spawn multiple specialized Claude Code agents as MCP servers, each independently configured.
Install
npx -y [email protected]
Configuration Example
{
"remotes": [],
"packages": [
{
"registryType": "npm",
"identifier": "claude-octopus",
"version": "1.1.10",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "Anthropic API key (leave unset to inherit from parent process)",
"format": "string",
"isSecret": true,
"name": "ANTHROPIC_API_KEY"
},
{
"description": "Tool name prefix (default: claude_code)",
"format": "string",
"name": "CLAUDE_TOOL_NAME"
},
{
"description": "Model: sonnet, opus, haiku, or full ID",
"format": "string",
"name": "CLAUDE_MODEL"
},
{
"description": "Permission mode: default, acceptEdits, bypassPermissions, plan",
"format": "string",
"name": "CLAUDE_PERMISSION_MODE"
},
{
"description": "Comma-separated list of available tools (e.g. Read,Grep,Glob for read-only)",
"format": "string",
"name": "CLAUDE_ALLOWED_TOOLS"
},
{
"description": "Additional system prompt appended to the default",
"format": "string",
"name": "CLAUDE_APPEND_PROMPT"
},
{
"description": "Set to true to expose only the factory wizard tool",
"format": "string",
"name": "CLAUDE_FACTORY_ONLY"
}
]
}
]
}
mcp
model-context-protocol
npm
By
Comments
Sign in to leave a comment