Merge pull request #6473 from theishangoswami/exa-mcp-addition

Added Exa MCP
This commit is contained in:
Louis 2025-09-16 10:28:44 +07:00 committed by GitHub
commit 6dde7e0ba1
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -8,6 +8,12 @@ pub const MCP_BACKOFF_MULTIPLIER: f64 = 2.0; // Double the delay each time
pub const DEFAULT_MCP_CONFIG: &str = r#"{
"mcpServers": {
"exa": {
"command": "npx",
"args": ["-y", "exa-mcp-server"],
"env": { "EXA_API_KEY": "YOUR_EXA_API_KEY_HERE" },
"active": false
},
"browsermcp": {
"command": "npx",
"args": ["@browsermcp/mcp"],