feat: add exa-web-search to MCP config template

This commit is contained in:
Affaan Mustafa
2026-02-28 10:09:51 -08:00
parent b68558d749
commit 87a2ed51dc

View File

@@ -66,6 +66,14 @@
"url": "https://mcp.clickhouse.cloud/mcp",
"description": "ClickHouse analytics queries"
},
"exa-web-search": {
"command": "npx",
"args": ["-y", "exa-mcp-server"],
"env": {
"EXA_API_KEY": "YOUR_EXA_API_KEY_HERE"
},
"description": "Web search, research, and data ingestion via Exa API — recommended for research-first development workflow"
},
"context7": {
"command": "npx",
"args": ["-y", "@context7/mcp-server"],