We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/Arize-ai/phoenix'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
.env.example•627 B
# OpenAI API Key (required)
# Get your key from: https://platform.openai.com/api-keys
OPENAI_API_KEY=your-openai-api-key-here
# Tavily API Key (required)
# Get your key from: https://auth.tavily.com/
TAVILY_API_KEY=your-tavily-api-key-here
# Fireworks API Key (optional - for custom model in evals)
# Get your key from: https://fireworks.ai/
FIREWORKS_API_KEY=your-fireworks-api-key-here
# Phoenix Configuration (optional)
# Phoenix endpoint - defaults to http://localhost:6006
PHOENIX_ENDPOINT=http://localhost:6006
# Phoenix project name - defaults to "langchain-travel-agent"
PHOENIX_PROJECT_NAME=langchain-travel-agent