Sandbox Agent
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| CHAT_MODEL | No | Model name | gpt-4o |
| CHAT_MODEL_API_KEY | Yes | API key for the LLM provider (required) | |
| CHAT_MODEL_BASE_URL | No | Custom API base URL (optional) | |
| CHAT_MODEL_PROVIDER | No | Provider: openai, anthropic, google_genai, ollama | openai |
| CHAT_MODEL_SUPPORTS_VISION | No | Override vision detection (true/false, empty = auto) |
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {
"listChanged": false
} |
| prompts | {
"listChanged": false
} |
| resources | {
"subscribe": false,
"listChanged": false
} |
| experimental | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| create_sessionA | Creates an isolated sandbox environment (Docker container). |
| execute_codeA | Executes code in the sandbox. State persists across calls (like Jupyter cells). |
| execute_terminalA | Runs a shell command inside the sandbox. |
| import_filesA | Imports files into the sandbox from host or from another session. |
| export_filesA | Registers files for download and cross-session import (no host copy). |
| stop_sessionA | Stops and removes the sandbox completely. Use when done with a session. |
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
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/eduresser/sandbox-agent'
If you have feedback or need assistance with the MCP directory API, please join our Discord server