Skip to main content
Glama

Code Executor MCP Server

by aberemia24
.env.example661 B
# Code Executor MCP - Environment Variables # Copy this file to .env and fill in your API keys # Sampling Configuration CODE_EXECUTOR_SAMPLING_ENABLED=true CODE_EXECUTOR_AI_PROVIDER=gemini # API Keys (uncomment and add your keys) GEMINI_API_KEY=your_gemini_api_key_here # ANTHROPIC_API_KEY=your_anthropic_api_key_here # OPENAI_API_KEY=your_openai_api_key_here # GROK_API_KEY=your_grok_api_key_here # PERPLEXITY_API_KEY=your_perplexity_api_key_here # Sampling Limits (optional) # CODE_EXECUTOR_MAX_SAMPLING_ROUNDS=10 # CODE_EXECUTOR_MAX_SAMPLING_TOKENS=10000 # CODE_EXECUTOR_SAMPLING_TIMEOUT_MS=30000 # Security # CODE_EXECUTOR_SKIP_DANGEROUS_PATTERNS=false

Latest Blog Posts

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