Delegate tasks to other LLMs by calling another MCP client from your MCP client.
Sponsored
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.
주요 기능
01Offload context windows to other LLMs
02Delegate tasks to other MCP clients
03Parallel execution of tasks
04Map-reduce execution of tasks
05Tool for querying separate LLMs and returning only the final answer
사용 사례
01Analyzing multiple documents in parallel and synthesizing key insights
02Delegating complex sub-tasks to specialized LLMs
03Distributing large context windows across multiple models