Skip to content

Commit 6dde7e0

Browse files
authored
Merge pull request #6473 from theishangoswami/exa-mcp-addition
Added Exa MCP
2 parents 491012f + c02d820 commit 6dde7e0

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

src-tauri/src/core/mcp/constants.rs

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,12 @@ pub const MCP_BACKOFF_MULTIPLIER: f64 = 2.0; // Double the delay each time
88

99
pub const DEFAULT_MCP_CONFIG: &str = r#"{
1010
"mcpServers": {
11+
"exa": {
12+
"command": "npx",
13+
"args": ["-y", "exa-mcp-server"],
14+
"env": { "EXA_API_KEY": "YOUR_EXA_API_KEY_HERE" },
15+
"active": false
16+
},
1117
"browsermcp": {
1218
"command": "npx",
1319
"args": ["@browsermcp/mcp"],

0 commit comments

Comments
 (0)