mcp-inception
23
The mcp-inception MCP Server is a TypeScript-based server that facilitates handling tasks and context management for other MCP clients. It supports offloading tasks and features parallel and map-reduce task execution functionalities.
mcp-inception MCP Server
Call another mcp client from your mcp client. Delegate tasks, offload context windows. An agent for your agent!
This is a TypeScript-based MCP server that implements a simple LLM query system.
- MCP Server and Client in one
- Made with use of mcp-client-cli
- Offload context windows
- Delegate tasks
- Parallel and map-reduce execution of tasks
Features
Tools
- execute_mcp_client - Ask a question to a separate LLM and return the output, ignoring all intermediate steps.
- execute_parallel_mcp_client - Executes a prompt in parallel for each input from a list.
- execute_map_reduce_mcp_client - Processes items in parallel and reduces results sequentially into a single output.