Skip to main content
Glama
RaviTeja-438

ZAP RAG MCP Server

by RaviTeja-438

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
ZAP_TOP_KNoDefault top K results10
ZAP_DB_PATHYesAbsolute path to ZAP rag.db
OPENAI_API_KEYNoFallback embeddings API key
ZAP_CHAT_MODELNoChat model name (for HYBRID_RERANK mode)
OPENAI_BASE_URLNoFallback embeddings base URL
ZAP_CHAT_API_KEYNoChat API key (for HYBRID_RERANK mode)
ZAP_PROJECT_PATHNoScope search to this project path
ZAP_CHAT_BASE_URLNoChat completions base URL (for HYBRID_RERANK mode)
ZAP_RETRIEVAL_MODENoDefault retrieval mode (PLAIN, HYBRID, or HYBRID_RERANK)PLAIN
ZAP_EMBEDDING_MODELNoEmbedding model name, must match index
ZAP_EMBEDDING_API_KEYNoAPI key for embeddings (falls back to OPENAI_API_KEY)
ZAP_EMBEDDING_BASE_URLNoOpenAI-compatible embeddings base URL (falls back to OPENAI_BASE_URL)
ZAP_SEARCH_ENTIRE_DATABASENoSet to 'true' to disable project filterfalse

Capabilities

Server capabilities have not been inspected yet.

Tools

Functions exposed to the LLM to take actions

NameDescription

No tools

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

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/RaviTeja-438/zap-rag-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server