microsandbox-mcp
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {
"listChanged": true
} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| sandbox_runA | Create an ephemeral sandbox, run a shell command, return the output, and destroy the sandbox. Best for quick one-off tasks like running a script, checking a command, or testing code. |
| sandbox_createA | Create and boot a persistent named sandbox with full configuration. The sandbox stays running until explicitly stopped. |
| sandbox_listA | List all sandboxes with their status. |
| sandbox_inspectA | Get detailed information about a specific sandbox including full configuration. |
| sandbox_stopA | Stop a running sandbox. Use force to kill with SIGKILL instead of graceful SIGTERM. |
| sandbox_removeA | Remove a sandbox. Must be stopped unless force is true. |
| sandbox_execA | Execute a command inside a running sandbox and return stdout/stderr/exit code. |
| sandbox_shellA | Execute a shell command or script string inside a running sandbox. Interprets pipes, redirects, and shell syntax. |
| sandbox_fs_readA | Read a file from the sandbox filesystem and return its contents as text. |
| sandbox_fs_writeA | Write content to a file inside the sandbox. Creates parent directories as needed. |
| sandbox_fs_listB | List directory contents inside the sandbox. |
| sandbox_fs_mkdirA | Create a directory with parent directories inside the sandbox. |
| sandbox_fs_removeC | Remove a file or directory inside the sandbox. |
| sandbox_fs_statA | Get file or directory metadata (kind, size, mode, modified time) inside the sandbox. |
| volume_createA | Create a named persistent volume. Volumes survive sandbox restarts and can be shared across sandboxes. |
| volume_listA | List all named volumes. |
| volume_removeB | Remove a named volume. |
| check_installedA | Verify that msb and libkrunfw are available on the system. Returns installation status. If not installed, the server can attempt to install them. |
| sandbox_metricsA | Get live resource usage metrics (CPU, memory, disk, network) for a running sandbox. |
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/superradcompany/microsandbox-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server