Parselbox
by thesanjeetc
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| env | No | Set an environment variable inside the sandbox as KEY=VALUE. Can be repeated. | |
| mcp | No | Path to an MCP server configuration file (JSON) to connect to, or a JSON string. The tools from these servers are exposed inside the sandbox. | |
| file | No | Path to an input file to make available in the sandbox at /files/. Can be repeated. | |
| host | No | Host interface to bind when using HTTP transport (e.g., 0.0.0.0). | |
| port | No | Port to listen on when using HTTP transport (e.g., 8080). | |
| mount | No | Mount a host directory into the sandbox, in the form 'host_path:container_path:mode' where mode is 'ro' or 'rw'. Can be repeated. | |
| serve | No | Port for the built-in web server inside the sandbox, enabling agents to build and serve web apps. | |
| elicit | No | Enable human-in-the-loop approval via MCP elicitation for tool calls. Pass as a flag or set to 'true'. | false |
| memory | No | WASM memory limit in MB (default 2048). | 2048 |
| network | No | Enable network access in the sandbox. Pass as a flag or set to 'true'. When omitted, network is blocked. | false |
| timeout | No | Execution timeout in seconds (default 60; 0 disables). | 60 |
| packages | No | Comma-separated list of Python packages (and npm packages with 'npm:' prefix) to install on startup, e.g., 'pandas,matplotlib'. | |
| transport | No | MCP transport to use: 'stdio' (default) or 'http'. | stdio |
| output-dir | No | Host directory where sandbox files are persisted (maps to the sandbox working directory). | |
| package-dir | No | Directory used to cache installed packages across sessions. | |
| allow-runtime-packages | No | Enable automatic installation of packages when imported in the sandbox. Pass as a flag (e.g., '--allow-runtime-packages') or set to 'true'. | false |
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 |
|---|---|
No tools | |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
This server cannot be deployed
Maintenance
ActivityMaintained
ResponsivenessNo issues