Skip to main content
Glama

Code Executor MCP Server

by aberemia24

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
NODE_ENVNoNode.js environment (development/production)development
DENO_PATHNoPath to the Deno executable (e.g., '/usr/local/bin/deno')deno
PYTHON_PATHNoPath to the Python 3 executable (e.g., '/usr/bin/python3')python3
AUDIT_LOG_PATHNoPath to the audit log file (e.g., '/var/log/code-executor.log')
MCP_CONFIG_PATHNoPath to the MCP configuration file (e.g., '/path/to/custom/mcp.json')./.mcp.json
ALLOWED_PROJECTSNoColon-separated list of allowed project directories for file system access (e.g., '/home/user/project1:/home/user/project2')
ENABLE_AUDIT_LOGNoEnable audit logging for all executions (true/false)false
CODE_EXECUTOR_CONFIG_PATHNoExplicit path to the code executor configuration file (e.g., '/etc/code-executor/config.json')

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

No tools

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/aberemia24/code-executor-MCP'

If you have feedback or need assistance with the MCP directory API, please join our Discord server