Skip to main content
Glama

RAG Document Server

by jaimeferj
.env.example740 B
# Google AI Studio API Key # Get your API key from: https://makersuite.google.com/app/apikey GOOGLE_API_KEY=your_api_key_here # RAG Configuration CHUNK_SIZE=1000 CHUNK_OVERLAP=200 TOP_K_RESULTS=5 # Qdrant Configuration QDRANT_PATH=./qdrant_storage QDRANT_COLLECTION_NAME=documents # Server Configuration FASTAPI_HOST=0.0.0.0 FASTAPI_PORT=8000 # Google AI Models EMBEDDING_MODEL=text-embedding-004 LLM_MODEL=gemini-1.5-flash # Rate Limiting Configuration # For gemini-2.5-flash-lite: 15 RPM, 250K TPM, 1000 RPD (free tier) # For gemini-1.5-flash: 15 RPM, 1M TPM, 1500 RPD (free tier) # Adjust based on your Google AI tier GOOGLE_API_RPM_LIMIT=15 GOOGLE_API_TPM_LIMIT=250000 GOOGLE_API_RPD_LIMIT=1000 RATE_LIMIT_DB_PATH=./rate_limits.db

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/jaimeferj/mcp-rag-docs'

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