ZAP RAG MCP Server
by RaviTeja-438
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| ZAP_TOP_K | No | Default top K results | 10 |
| ZAP_DB_PATH | Yes | Absolute path to ZAP rag.db | |
| OPENAI_API_KEY | No | Fallback embeddings API key | |
| ZAP_CHAT_MODEL | No | Chat model name (for HYBRID_RERANK mode) | |
| OPENAI_BASE_URL | No | Fallback embeddings base URL | |
| ZAP_CHAT_API_KEY | No | Chat API key (for HYBRID_RERANK mode) | |
| ZAP_PROJECT_PATH | No | Scope search to this project path | |
| ZAP_CHAT_BASE_URL | No | Chat completions base URL (for HYBRID_RERANK mode) | |
| ZAP_RETRIEVAL_MODE | No | Default retrieval mode (PLAIN, HYBRID, or HYBRID_RERANK) | PLAIN |
| ZAP_EMBEDDING_MODEL | No | Embedding model name, must match index | |
| ZAP_EMBEDDING_API_KEY | No | API key for embeddings (falls back to OPENAI_API_KEY) | |
| ZAP_EMBEDDING_BASE_URL | No | OpenAI-compatible embeddings base URL (falls back to OPENAI_BASE_URL) | |
| ZAP_SEARCH_ENTIRE_DATABASE | No | Set to 'true' to disable project filter | false |
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