MCP Code Executor
by bazinga012
Server Configuration
Describes the environment variables required to run the server.
Name | Required | Description | Default |
---|---|---|---|
CONDA_ENV_NAME | Yes | The name of the Conda environment you want the code to run in | |
CODE_STORAGE_DIR | Yes | The directory where you want the generated code to be stored |
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_code | Execute Python code in the specified conda environment |