rag-mcp
by TyrelCB
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| PORT | No | The port the server listens on | 8004 |
| RAG_DB | No | Path to the SQLite database file (default: ~/.local/share/rag-mcp/rag.db) | |
| RAG_EMBED_URL | No | URL of the embedding service (default: ollama) | ollama |
| RAG_DISTILL_URL | No | URL of the distillation service (default: llama.cpp :9090) | llama.cpp :9090 |
| RAG_EMBED_MODEL | No | Embedding model name (default: qwen3-embedding:0.6b) | qwen3-embedding:0.6b |
| RAG_DISTILL_MODEL | No | Distillation model name | |
| RAG_CONTEXT_TOKENS | No | Maximum context tokens (default: 1500) | 1500 |
| RAG_MIN_SESSION_CHARS | No | Minimum session characters to ingest (default: 700) | 700 |
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 | |
This server cannot be deployed
Maintenance
ActivityStale
ResponsivenessNo issues