forked from exa-labs/exa-mcp-server
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathenv.example
More file actions
25 lines (22 loc) · 744 Bytes
/
env.example
File metadata and controls
25 lines (22 loc) · 744 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
# 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
# - crawling_exa
# - deep_researcher_start
# - deep_researcher_check
# - people_search_exa
# - linkedin_search_exa (deprecated: use people_search_exa)
#
# Example: ENABLED_TOOLS=web_search_exa,get_code_context_exa,crawling_exa
# Leave empty or comment out to use defaults
# ENABLED_TOOLS=