MCP Code Executor
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 |
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
Capabilities
Server capabilities have not been inspected yet.
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| execute_codeA | Execute Python code in the conda environment. For short code snippets only. For longer code, use initialize_code_file and append_to_code_file instead. |
| initialize_code_fileA | Create a new Python file with initial content. Use this as the first step for longer code that may exceed token limits. Follow with append_to_code_file for additional code. |
| append_to_code_fileA | Append content to an existing Python code file. Use this to add more code to a file created with initialize_code_file, allowing you to build up larger code bases in parts. |
| execute_code_fileA | Execute an existing Python file. Use this as the final step after building up code with initialize_code_file and append_to_code_file. |
| read_code_fileA | Read the content of an existing Python code file. Use this to verify the current state of a file before appending more content or executing it. |
| install_dependenciesC | Install Python dependencies in the conda environment |
| check_installed_packagesC | Check if packages are installed in the conda environment |
| configure_environmentC | Change the environment configuration settings |
| get_environment_configB | Get the current environment configuration |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/bazinga012/mcp_code_executor'
If you have feedback or need assistance with the MCP directory API, please join our Discord server