mirror of
https://github.com/affaan-m/everything-claude-code.git
synced 2026-04-09 19:03:28 +08:00
feat: add exa-web-search to MCP config template
This commit is contained in:
@@ -66,6 +66,14 @@
|
|||||||
"url": "https://mcp.clickhouse.cloud/mcp",
|
"url": "https://mcp.clickhouse.cloud/mcp",
|
||||||
"description": "ClickHouse analytics queries"
|
"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": {
|
"context7": {
|
||||||
"command": "npx",
|
"command": "npx",
|
||||||
"args": ["-y", "@context7/mcp-server"],
|
"args": ["-y", "@context7/mcp-server"],
|
||||||
|
|||||||
Reference in New Issue
Block a user