Project RAG wiki
by ihorleleka
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| KB_PORT | No | Port number for the server. | 1111 |
| KB_ROOT | No | Root path for KB state folder. | /workspace/.kb |
| KB_TOP_K | No | Top k results for search. | 8 |
| KB_MCP_PATH | No | Path for MCP endpoint. | /mcp/ |
| KB_WIKI_ROOT | No | Root path for wiki folder. | /workspace/wiki |
| KB_CHUNK_SIZE | No | Chunk size for indexing. | 500 |
| KB_HEALTH_PATH | No | Path for health endpoint. | /health |
| KB_CHUNK_OVERLAP | No | Chunk overlap. | 150 |
| KB_EMBEDDING_MODEL | No | Embedding model name. | all-MiniLM-L6-v2 |
| KB_MERGE_ADJACENT_WINDOW | No | Merge adjacent window size. | 1 |
| KB_WATCH_INTERVAL_SECONDS | No | Watch interval in seconds. | 15 |
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
ActivityActive
ResponsivenessNo issues