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.
execute_mcp_client
Ask a question to a separate LLM, ignore all intermediate steps and return to the output directly
execute_parallel_mcp_client
Prompts for executing multiple inputs in parallel
execute_map_reduce_mcp_client
Process multiple items in parallel and then reduce the results to a single output in sequence