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

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

Features and capabilities supported by this server

Protocol revision2025-11-25

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

TDQS

A3.5/5.0

Scored across 5 tools

Disambiguation5/5

Each tool targets a distinct action (delete, get, list, run, get trace) with no overlap. Descriptions clearly differentiate them.

Naming Consistency5/5

All tools use consistent snake_case and verb_noun pattern: delete_program, get_program, get_trace, list_programs, run_program.

Tool Count5/5

5 tools is well-scoped for a VM execution server, covering core operations without unnecessary bloat.

Completeness3/5

Lacks update functionality for programs and no way to list traces (only fetch by known ID). These gaps may hinder some workflows.

Maintenance

ActivityMaintained
ResponsivenessNo issues