RuvLTRA MCP Server
by coco4atJP
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| LLAMA_CPP_PATH | No | Optional llama.cpp path hint | |
| RUVLTRA_CONFIG | No | Optional JSON config file path | |
| RUVLTRA_THREADS | No | llama.cpp thread count (0=auto) | 0 |
| RUVLTRA_LOG_LEVEL | No | debug/info/warn/error | info |
| RUVLTRA_GPU_LAYERS | No | llama.cpp GPU layers (-1 for auto) | -1 |
| RUVLTRA_HTTP_MODEL | No | HTTP model name | ruvltra-claude-code |
| RUVLTRA_MAX_TOKENS | No | Default max generation tokens | 512 |
| RUVLTRA_MODEL_PATH | No | Local GGUF model file path (auto-search if not set) | |
| RUVLTRA_HTTP_FORMAT | No | openai or llama | auto |
| RUVLTRA_MAX_WORKERS | No | Maximum worker count | 8 |
| RUVLTRA_MIN_WORKERS | No | Minimum worker count | 2 |
| RUVLTRA_TEMPERATURE | No | Default temperature | 0.2 |
| RUVLTRA_HTTP_API_KEY | No | HTTP API key | |
| RUVLTRA_RUVLLM_MODEL | No | RuvLLM auto-download model ID | ruvltra-claude-code |
| RUVLTRA_SONA_ENABLED | No | Enable SONA self-improvement | true |
| RUVLTRA_HTTP_ENDPOINT | No | HTTP inference endpoint (OpenAI-compatible or llama.cpp HTTP) | |
| RUVLTRA_CONTEXT_LENGTH | No | Context token length | 4096 |
| RUVLTRA_SONA_STATE_DIR | No | SONA state directory | ./.ruvltra-state/sona |
| RUVLTRA_HTTP_TIMEOUT_MS | No | HTTP timeout in milliseconds | 15000 |
| RUVLTRA_INITIAL_WORKERS | No | Initial worker count | 2 |
| RUVLTRA_MOCK_LATENCY_MS | No | Mock backend latency in milliseconds | 120 |
| RUVLTRA_TASK_TIMEOUT_MS | No | Default per-task timeout in milliseconds | 60000 |
| RUVLTRA_HTTP_MAX_RETRIES | No | HTTP retry count | 2 |
| RUVLTRA_QUEUE_MAX_LENGTH | No | Max queued tasks before backpressure | 256 |
| RUVLTRA_HTTP_RETRY_BASE_MS | No | Retry backoff base in milliseconds | 250 |
| RUVLTRA_SONA_PERSIST_INTERVAL | No | Persist every N interactions | 10 |
| RUVLTRA_HTTP_CIRCUIT_COOLDOWN_MS | No | Circuit cooldown in milliseconds | 30000 |
| RUVLTRA_HTTP_CIRCUIT_FAILURE_THRESHOLD | No | Failures before opening circuit | 5 |
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/coco4atJP/ruvltra-mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server