Skip to content

Commit c02d820

Browse files
added exa mcp
1 parent 491012f commit c02d820

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)