feat: add Exa AI-powered search tool (#8487)

Signed-off-by: Teo Gonzalez Collazo <teodorolgonzalez5@gmail.com>
This commit is contained in:
Teo
2026-04-22 17:00:18 -07:00
committed by GitHub
parent 4928ce55e2
commit 78eae06d3d
2 changed files with 134 additions and 0 deletions
+17
View File
@@ -280,6 +280,23 @@
}
]
},
{
"id": "exa",
"name": "Exa Search",
"description": "AI-powered web search with neural and keyword capabilities",
"command": "npx -y exa-mcp-server",
"link": "https://github.com/exa-labs/exa-mcp-server",
"installation_notes": "Install using npx package manager. Requires Exa API key.",
"is_builtin": false,
"endorsed": false,
"environmentVariables": [
{
"name": "EXA_API_KEY",
"description": "API key for Exa web search service",
"required": true
}
]
},
{
"id": "excalidraw-mcp-app",
"name": "Excalidraw",