We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/evgenygurin/r2r-rag-search-agent'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
.env.example•579 B
# R2R Configuration
R2R_BASE_URL=http://localhost:7272
# API_KEY is optional - only needed if your R2R instance requires authentication
# Leave commented out or remove if R2R doesn't require auth
API_KEY=your_api_key_here
# Gemini Configuration
# Get your API key from https://aistudio.google.com/apikey
GEMINI_API_KEY=your_gemini_api_key_here
# FastMCP settings
# Enable new OpenAPI parser (recommended, will become default soon)
FASTMCP_EXPERIMENTAL_ENABLE_NEW_OPENAPI_PARSER=true
# Python settings (no quotes needed in .env files)
PYTHONWARNINGS=ignore::DeprecationWarning