Skip to main content
Glama

AgenticRAG MCP Server

by aibozo
.env.example817 B
# API Keys OPENAI_API_KEY=sk-... ANTHROPIC_API_KEY=sk-ant-... # Server Configuration MCP_HOST=0.0.0.0 MCP_PORT=8000 MCP_ENV=development MCP_LOG_LEVEL=INFO # Redis Configuration REDIS_URL=redis://localhost:6379 REDIS_MAX_CONNECTIONS=10 # Vector Store Configuration CHROMA_PERSIST_DIRECTORY=./chroma_db CHROMA_COLLECTION_NAME=agenticrag # Model Configuration EMBEDDING_MODEL=text-embedding-3-large EMBEDDING_BATCH_SIZE=100 RETRIEVAL_MODEL=gpt-4o COMPRESSION_MODEL=gpt-4o-mini MAX_TOKENS_RETRIEVAL=10000 MAX_TOKENS_COMPRESSION=5000 # Chunking Configuration CHUNK_SIZE_TOKENS=1280 CHUNK_OVERLAP_TOKENS=50 MAX_FILE_SIZE_MB=2 # Cost Control DAILY_BUDGET_USD=100 ALERT_WEBHOOK_URL=https://hooks.slack.com/services/... # Security API_KEY=your-secret-api-key ALLOWED_ORIGINS=http://localhost:3000,https://yourdomain.com

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/aibozo/agenticRAG-MCP'

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