nano-vm-mcp
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| NANO_VM_MCP_DB | No | SQLite WAL database path | nano_vm_mcp.db |
| NANO_VM_MCP_HOST | No | SSE bind host | 0.0.0.0 |
| NANO_VM_MCP_PORT | No | SSE bind port | 8080 |
| NANO_VM_MCP_API_KEY | No | Bearer token for SSE auth. If unset, a warning is logged and all requests are allowed. | |
| NANO_VM_MCP_LLM_MODEL | No | LiteLLM model string for `llm` steps |
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {
"listChanged": false
} |
| experimental | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| run_programA | Execute a nano-vm Program dict. Returns trace_id, status, step count, and cost. Optionally persists the program under a name. |
| get_traceA | Retrieve the full Trace JSON for a completed run by trace_id. |
| list_programsA | List all saved programs (id, name, created_at). |
| get_programB | Retrieve a saved Program JSON by its program_id. |
| delete_programC | Delete a saved program and all its traces. |
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/Ale007XD/nano-vm-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server