Skip to main content
Glama

MCP Standards

by airmcp-com
.env.example1.15 kB
# Claude Memory Configuration # Custom database location (optional) # Default: ~/.claude-memory/knowledge.db # CLAUDE_MEMORY_DB=/custom/path/knowledge.db # Auto-logging significance threshold (optional) # Tools with significance >= this value are logged automatically # Default: 0.5 # AUTO_LOG_THRESHOLD=0.5 # =================================== # Cost Optimization (Recommended) # =================================== # Gemini API Key (Primary - Ultra Low Cost) # Get free key at: https://aistudio.google.com/app/apikey GEMINI_API_KEY=your_gemini_key_here # Agentic Flow Configuration # Routes simple tasks (like memory operations) to cheap models DEFAULT_MODEL=gemini-1.5-flash COST_OPTIMIZATION=true FALLBACK_MODEL=deepseek-chat # OpenRouter API Key (Optional - More model choices) # OPENROUTER_API_KEY=your_openrouter_key_here # Cost Comparison (per 1M tokens): # Claude Sonnet: $15.00 # Gemini 1.5 Flash: $0.075 (99.5% savings) # Gemini 1.5 Pro: $1.25 (91.6% savings) # DeepSeek Chat: $0.14 (99% savings) # Memory operations (add_episode, search_episodes) work perfectly # with cheap models, saving significant costs on high-volume usage.

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/airmcp-com/mcp-standards'

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