Skip to content

feat: replace DuckDuckGo with Exa AI for web search - #6

Merged
eddmann merged 3 commits into
mainfrom
claude/replace-duckduckgo-exa-ZYM5K
Mar 11, 2026
Merged

feat: replace DuckDuckGo with Exa AI for web search#6
eddmann merged 3 commits into
mainfrom
claude/replace-duckduckgo-exa-ZYM5K

Conversation

@eddmann

@eddmann eddmann commented Mar 11, 2026

Copy link
Copy Markdown
Owner

Replace the fragile DuckDuckGo HTML scraping approach with Exa AI's
neural search API (JSON-RPC/SSE at mcp.exa.ai). No API key required.
Same tool interface (query + count params) preserved.

https://claude.ai/code/session_0126NzaTBBUXhn3hqLdFJ17o

claude added 3 commits March 11, 2026 20:13
Replace the fragile DuckDuckGo HTML scraping approach with Exa AI's
neural search API (JSON-RPC/SSE at mcp.exa.ai). No API key required.
Same tool interface (query + count params) preserved.

https://claude.ai/code/session_0126NzaTBBUXhn3hqLdFJ17o
Without a limit, Exa returns full page content which can easily
blow up the agent's context window. Use contextMaxCharacters to
cap each result's text.

https://claude.ai/code/session_0126NzaTBBUXhn3hqLdFJ17o
@eddmann
eddmann merged commit 406ba79 into main Mar 11, 2026
2 checks passed
@eddmann
eddmann deleted the claude/replace-duckduckgo-exa-ZYM5K branch March 27, 2026 22:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants