fayna-rag-mcp
OfficialServer Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| TOP_K | No | Number of chunks returned by retrieval. | 5 |
| MCP_HOST | No | Host to bind when MCP_TRANSPORT=http. | 0.0.0.0 |
| MCP_PORT | No | Port to bind when MCP_TRANSPORT=http. | 8765 |
| CHUNK_SIZE | No | Chunk size in tokens (tiktoken). | 700 |
| OLLAMA_URL | No | Ollama API endpoint. | http://localhost:11434/api/generate |
| OLLAMA_MODEL | No | Ollama model used for RAG answers. | qwen2.5:7b |
| CHUNK_OVERLAP | No | Chunk overlap in tokens. | 100 |
| DOCUMENTS_DIR | No | Root directory of the knowledge base documents. | ./docs |
| MCP_TRANSPORT | No | MCP transport: stdio or http. | stdio |
| EMBEDDING_MODEL | No | Embedding model used for vector search. | paraphrase-multilingual-mpnet-base-v2 |
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