Odel
sub agents mcp

sub agents mcp

Local
@shinpr96TypeScriptMITUpdated 6 days ago

MCP server for delegating tasks to specialized AI sub-agents across coding tools

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

npmsub-agents-mcpv0.14.1

Run

npx -y sub-agents-mcp

MCP client config

{
  "mcpServers": {
    "sub-agents-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "sub-agents-mcp"
      ]
    }
  }
}