Inception
Createdtanevanwifferen
Delegate tasks to other LLMs by calling another MCP client from your MCP client.
About
Inception is a TypeScript-based MCP server that enables you to call other MCP clients from within your own, allowing for delegation of tasks, offloading of context windows, and splitting tasks between different models. It facilitates parallel and map-reduce execution of tasks by leveraging the mcp-client-cli.
Key Features
- Offload context windows to other LLMs
- Delegate tasks to other MCP clients
- Parallel execution of tasks
- Map-reduce execution of tasks
- Tool for querying separate LLMs and returning only the final answer
Use Cases
- Analyzing multiple documents in parallel and synthesizing key insights
- Delegating complex sub-tasks to specialized LLMs
- Distributing large context windows across multiple models