Spawn multiple specialized Claude Code agents as MCP servers, each independently configured.
What it says
The record the registry holds
How you get it
There is no address to call. This one is a package you install and run yourself, wherever your assistant runs.
claude-octopus · npm · 1.1.10
the recordCopied from the official MCP registry, exactly as it holds it.
{
"server": {
"$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
"name": "io.github.xiaolai/claude-octopus",
"description": "Spawn multiple specialized Claude Code agents as MCP servers, each independently configured.",
"repository": {
"url": "https://github.com/xiaolai/claude-octopus",
"source": "github"
},
"version": "1.1.10",
"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"
}
]
}
]
},
"_meta": {
"io.modelcontextprotocol.registry/official": {
"status": "active",
"statusChangedAt": "2026-05-20T03:50:42.99827Z",
"publishedAt": "2026-05-20T03:50:42.99827Z",
"updatedAt": "2026-05-20T03:50:42.99827Z",
"isLatest": true
}
}
}
Make it installable
Draft an Agent Plugin from this
An MCP server is raw capability: some tools, wired to something. An Agent Plugin is the packaging that says what job it does, what it leaves behind and where it stops. The prompt below carries this record and asks for the packaging; your own assistant writes it, and nothing here is sent anywhere.
What this is
MCP server
application/mcp-server-record+jsonlocal · you run it yourselfversion 1.1.10last seen 2026-08-23
These are the publisher's own words, filed by them with the official MCP registry and mirrored here. This catalog did not read them from the publisher and has not run, called or installed anything.