MCP Inception MCP Server

by tanevanwifferen
Verified

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
MCP_INCEPTION_EXECUTABLEYesPath to the bash file that activates the venv and executes the llm executable
MCP_INCEPTION_WORKING_DIRYesWorking directory for the mcp-client-cli

Schema

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

Tools

Functions exposed to the LLM to take actions

NameDescription
execute_mcp_client

Offload certain tasks to AI. Used for research purposes, do not use for code editing or anything code related. Only used to fetch data.

execute_parallel_mcp_client

Execute multiple AI tasks in parallel, with responses in JSON key-value pairs.

execute_map_reduce_mcp_client

Process multiple items in parallel then sequentially reduce the results to a single output.