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 |
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
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/ihorleleka/Project-Rag-Wiki'
If you have feedback or need assistance with the MCP directory API, please join our Discord server