Claude Octopus
@xiaolai
关于 Claude Octopus
One brain, many arms. Spawn multiple specialized Claude Code agents as MCP servers via the Agent SDK. Each instance gets its own model, tools, prompt, and personality.
基本信息
配置
使用下面的配置,将此服务器添加到你的 MCP 客户端。
{
"mcpServers": {
"claude": {
"command": "npx",
"args": [
"claude-octopus"
],
"env": {
"CLAUDE_PERMISSION_MODE": "bypassPermissions"
}
}
}
}工具
未检测到工具
工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。
概览
What is Claude Octopus?
An MCP server that wraps the Claude Agent SDK, allowing you to run multiple specialized Claude Code agents—each with its own model, tools, system prompt, and personality—from any MCP client.
How to use Claude Octopus?
Install via npm and configure as an MCP server using the JSON snippet shown, setting the environment variable CLAUDE_PERMISSION_MODE to bypassPermissions. Then invoke agents with your desired configuration.
Key features of Claude Octopus
- Multi-instance: run several agents with different configs simultaneously
- 18 env vars for model, tools, effort, permissions, plugins, prompts
- Per-invocation overrides for model, tools, effort, permissions
- Session continuity via
_replytool for follow-up conversations - Factory wizard to generate
.mcp.jsonconfigs interactively - Hot-configurable: plugins, effort, permissions adjustable per invocation
Use cases of Claude Octopus
- A strict code reviewer that only reads files
- A test writer that defaults to TDD
- A cheap quick helper on the Haiku model
- A deep thinker on the Opus model
FAQ from Claude Octopus
How is Claude Octopus different from a single Claude Code instance?
Claude Octopus lets you run multiple specialized agents simultaneously, each with its own model, tools, and configuration, instead of one instance doing everything the same way.
What configurations can I customize per agent?
You can customize model, tools, effort, permissions, plugins, system prompts, and more via 18 environment variables or per-invocation overrides.
Can I use different models for different agents?
Yes, you can specify a different model per agent, such as Haiku for quick tasks and Opus for deep thinking.
How do I follow up on a previous conversation?
Use the _reply tool to continue a previous session, enabling follow-up conversations.
How do I generate configuration files?
Run the factory wizard to interactively generate .mcp.json configurations.
AI 与智能体 分类下的更多 MCP 服务器
1Panel
1Panel-dev🔥 1Panel is a modern, open-source VPS control panel — and the only one with native AI agent support. Run Ollama models, deploy OpenClaw agents, and manage your entire server stack from one clean web interface.
Intervals.icu MCP Server
mvilanovaModel Context Protocol (MCP) server for connecting Claude and ChatGPT with the Intervals.icu API.
21st.dev Magic AI Agent
21st-devIt's like v0 but in your Cursor/WindSurf/Cline. 21st dev Magic MCP server for working with your frontend like Magic
🛡️ A.I.G(AI-Infra-Guard)
TencentA full-stack AI Red Teaming platform securing AI ecosystems via OpenClaw Security Scan, Agent Scan, Skills Scan, MCP scan, AI Infra scan and LLM jailbreak evaluation.
MCP-NixOS - Because Your AI Assistant Shouldn't Hallucinate About Packages
utensilsMCP-NixOS - Model Context Protocol Server for NixOS resources
评论