gwbischof/outsource-mcp
by Various
Give your AI assistant its own AI assistants.
MCP
gwbischof/outsource-mcp
Added 1 June 2026
Overview
A Python-based MCP server that lets an AI assistant delegate subtasks to other AI assistants. It works by spawning child agents that can run independently and report back results.
Best for
Best for
Developers building multi-agent systems who want to experiment with hierarchical delegation in MCP
Use cases
- Offloading complex multi-step reasoning to parallel sub-agents
- Running independent research or data gathering tasks concurrently
- Building hierarchical agent workflows where a primary agent coordinates helpers
Notes
A Python-based MCP server that lets an AI assistant delegate subtasks to other AI assistants. It works by spawning child agents that can run independently and report back results.
28 stars on GitHub. Last updated 2025-05-28. Licensed MIT.
Use cases
- Offloading complex multi-step reasoning to parallel sub-agents
- Running independent research or data gathering tasks concurrently
- Building hierarchical agent workflows where a primary agent coordinates helpers
Pros
- Enables parallel task execution for faster completion
- Simple Python implementation with minimal dependencies
- Extends MCP protocol to support agent delegation
Cons
- Small community and limited documentation (28 stars)
- Requires managing multiple API keys and costs for each sub-agent
- No built-in error handling or retry logic for failed sub-tasks
Indexed from awesome-mcp-servers-punkpeye and enriched against its public facts.
Pros
- Enables parallel task execution for faster completion
- Simple Python implementation with minimal dependencies
- Extends MCP protocol to support agent delegation
Cons
- Small community and limited documentation (28 stars)
- Requires managing multiple API keys and costs for each sub-agent
- No built-in error handling or retry logic for failed sub-tasks
Pairs with
Other entries in the index that connect to this one. Click through to see the chain.