vanth
by abhim-dv
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| VANTH_HOME | No | State root (alias: AGENT_BG_HOME) | ~/.vanth |
| AGENT_BG_HOME | No | Alias for VANTH_HOME; must resolve to the same directory if both are set. | ~/.vanth |
| VANTH_CODEX_BIN | No | Codex binary | codex / C:\codex\codex.exe |
| VANTH_LOG_LEVEL | No | Daemon log level | INFO |
| VANTH_DAEMON_URL | No | Where clients reach the daemon | http://127.0.0.1:8765 |
| VANTH_WATCH_IDLE | No | Idle timeout for MCP stdio server self-reaping; 0 disables | 1800 |
| VANTH_DAEMON_HOST | No | Bind address (loopback only) | 127.0.0.1 |
| VANTH_DAEMON_PORT | No | Bind port | 8765 |
| VANTH_OPENCODE_BIN | No | OpenCode binary | opencode |
| VANTH_LOG_MAX_BYTES | No | Rotating daemon log size | 5 MiB |
| VANTH_MAX_LOG_BYTES | No | Per-stream log cap (drain continues) | 10 MiB |
| VANTH_NO_SETUP_HINT | No | Suppress the stderr 'MCP server not configured' hint | |
| VANTH_BUSY_TIMEOUT_MS | No | SQLite write-lock wait | 30000 |
| VANTH_MAX_EVENT_BYTES | No | Single event payload cap | 64 KiB |
| VANTH_LOG_BACKUP_COUNT | No | Daemon log rotation count | 3 |
| VANTH_MAX_RUNNING_JOBS | No | Concurrency quota; 0 = unlimited | 0 |
| VANTH_MAX_REQUEST_BYTES | No | HTTP request body cap | 1 MiB |
| VANTH_RETENTION_DRY_RUN | No | Set to 0 to actually delete instead of dry-run | 1 |
| VANTH_RETENTION_SECONDS | No | Automatic background retention of old terminal jobs (dry-run by default) | |
| VANTH_MAX_EVENTS_PER_JOB | No | Structured event cap per job | 100000 |
| VANTH_MAX_RESPONSE_BYTES | No | HTTP response cap | 4 MiB |
| VANTH_OPENCODE_SKIP_PROBE | No | Skip the opencode session list probe before dispatch | |
| VANTH_MAX_EVENT_LINE_BYTES | No | AGENT_EVENT line cap | 1 MiB |
| VANTH_DELIVERY_LEASE_MARGIN | No | Extra lease time beyond adapter timeout | 5s |
| VANTH_DELIVERY_POLL_INTERVAL | No | Maintenance loop cadence | 0.2s |
| VANTH_DELIVERY_MAX_CONCURRENT | No | Cap on concurrent adapter dispatches | 4 |
| VANTH_RUNNER_HEARTBEAT_INTERVAL | No | Runner liveness heartbeat | 1s |
| VANTH_RETENTION_INTERVAL_SECONDS | No | Poll interval for automatic retention | 3600 |
| VANTH_RUNNER_HEARTBEAT_STALE_AFTER | No | Heartbeat staleness threshold | 10s |
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 | |
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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/abhim-dv/vanth'
If you have feedback or need assistance with the MCP directory API, please join our Discord server