We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/exa-labs/exa-mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
env.example•709 B
# Exa AI API Key (Required)
# Get your API key from: https://exa.ai/
EXA_API_KEY=your_exa_api_key_here
# Debug logging (Optional)
# Set to 'true' to enable detailed logging
DEBUG=false
# Enabled Tools (Optional)
# Comma-separated list of tools to enable
# Available tools:
# - web_search_exa (enabled by default)
# - get_code_context_exa (enabled by default)
# - company_research_exa (enabled by default)
# - web_search_advanced_exa
# - deep_search_exa
# - crawling_exa
# - deep_researcher_start
# - deep_researcher_check
# - linkedin_search_exa
#
# Example: ENABLED_TOOLS=web_search_exa,get_code_context_exa,deep_search_exa
# Leave empty or comment out to use defaults
# ENABLED_TOOLS=