Skip to main content
Glama

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
NANO_VM_MCP_DBNoSQLite WAL database pathnano_vm_mcp.db
NANO_VM_MCP_HOSTNoSSE bind host0.0.0.0
NANO_VM_MCP_PORTNoSSE bind port8080
NANO_VM_MCP_API_KEYNoBearer token for SSE auth. If unset, a warning is logged and all requests are allowed.
NANO_VM_MCP_LLM_MODELNoLiteLLM model string for `llm` steps

Capabilities

Features and capabilities supported by this server

CapabilityDetails
tools
{
  "listChanged": false
}
experimental
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
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

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

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