MCP Inception MCP Server
by tanevanwifferen
Verified
Server Configuration
Describes the environment variables required to run the server.
Name | Required | Description | Default |
---|---|---|---|
MCP_INCEPTION_EXECUTABLE | Yes | Path to the bash file that activates the venv and executes the llm executable | |
MCP_INCEPTION_WORKING_DIR | Yes | Working directory for the mcp-client-cli |
Schema
Prompts
Interactive templates invoked by user choice
Name | Description |
---|---|
No prompts |
Resources
Contextual data attached and managed by the client
Name | Description |
---|---|
No resources |
Tools
Functions exposed to the LLM to take actions
Name | Description |
---|---|
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. |