daiwei114 commited on
Commit
24ec4a3
·
verified ·
1 Parent(s): f86c851

Update entrypoint.sh

Browse files
Files changed (1) hide show
  1. entrypoint.sh +12 -0
entrypoint.sh CHANGED
@@ -36,6 +36,18 @@ cat <<EOF > /app/config.json
36
  "exa": {
37
  "command": "npx",
38
  "args": ["-y", "mcp-remote", "https://mcp.exa.ai/mcp?exaApiKey=e863f6d4-b768-41d7-bc48-d5e43ec92e89&tools=web_search_exa,web_search_advanced_exa,get_code_context_exa,crawling_exa,company_research_exa,people_search_exa,deep_researcher_start,deep_researcher_check"]
 
 
 
 
 
 
 
 
 
 
 
 
39
  }
40
  }
41
  }
 
36
  "exa": {
37
  "command": "npx",
38
  "args": ["-y", "mcp-remote", "https://mcp.exa.ai/mcp?exaApiKey=e863f6d4-b768-41d7-bc48-d5e43ec92e89&tools=web_search_exa,web_search_advanced_exa,get_code_context_exa,crawling_exa,company_research_exa,people_search_exa,deep_researcher_start,deep_researcher_check"]
39
+ },
40
+ "brave-search": {
41
+ "command": "npx",
42
+ "args": [
43
+ "-y",
44
+ "@brave/brave-search-mcp-server",
45
+ "--transport",
46
+ "stdio"
47
+ ],
48
+ "env": {
49
+ "BRAVE_API_KEY": "${BRAVE_API_KEY}"
50
+ }
51
  }
52
  }
53
  }