added exa mcp

This commit is contained in:
theishangoswami 2025-09-16 04:38:03 +05:30
parent 491012fa87
commit c02d8200ac

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#"{ pub const DEFAULT_MCP_CONFIG: &str = r#"{
"mcpServers": { "mcpServers": {
"exa": {
"command": "npx",
"args": ["-y", "exa-mcp-server"],
"env": { "EXA_API_KEY": "YOUR_EXA_API_KEY_HERE" },
"active": false
},
"browsermcp": { "browsermcp": {
"command": "npx", "command": "npx",
"args": ["@browsermcp/mcp"], "args": ["@browsermcp/mcp"],