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 |
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
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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/RaviTeja-438/zap-rag-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server