# LLM API Keys
OPENAI_API_KEY=your-openai-api-key
ANTHROPIC_API_KEY=your-anthropic-api-key
GEMINI_API_KEY=your-gemini-api-key
# MCP Server Configuration
# For HTTP-based connection (only one of these should be uncommented)
# MCP_SERVER_URL=http://localhost:3000
# For stdio-based connection (recommended)
MCP_SERVER_COMMAND=node build/index.mjs
# Evaluation Configuration
# Note: This will run against all specified models for each provider
EVAL_MODELS={"openai":"gpt-4o","anthropic":["claude-3-5-haiku-latest","claude-3-7-sonnet-latest"],"gemini":"gemini-2.0-flash-001"}
EVAL_CONCURRENCY=2
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/honeycombio/honeycomb-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server