docs-rag
by Wisely0710
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| RAG_DIR | No | Base directory for the service; positions corpora.json, .env, corpora and indexes. Defaults to ~/rag-service. | ~/rag-service |
| RAG_HOST | No | Overrides the host the MCP server binds to. | |
| RAG_PORT | No | Overrides the port the MCP server listens on. Defaults to 8765. | 8765 |
| RAG_CORPUS | Yes | Selects the corpus to serve. Mandatory; the service refuses to guess. | |
| EMBED_MODEL | No | Embedding model name for the embeddings endpoint; may be provided in .env. | |
| RAG_CORPUS_DIR | No | Overrides the corpus directory location. | |
| RAG_SERVER_NAME | No | Optional MCP server name used for presentation. | |
| RAG_SYSTEM_NOTE | No | Optional MCP system note used for presentation. | |
| LMSTUDIO_API_KEY | No | API key for an LM Studio OpenAI-compatible embeddings endpoint; may be provided in .env. | |
| LMSTUDIO_BASE_URL | No | Base URL for an LM Studio OpenAI-compatible embeddings endpoint; may be provided in .env. | |
| RAG_EMBED_BACKEND | No | Overrides the embeddings backend (e.g., stub for offline demo or LM Studio-compatible endpoint). | |
| RAG_MCP_TRANSPORT | No | Overrides the MCP transport (e.g., streamable HTTP). |
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
ActivityMaintained
ResponsivenessNo issues