Skip to main content

Exa Search Extension

This tutorial covers how to add the Exa MCP Server as a goose extension to enable AI-powered web search functionality.

Quick Install

Environment Variable

EXA_API_KEY: <YOUR_API_KEY>

Configuration

info

Note that you'll need Node.js installed on your system to run this command, as it uses npx.

  1. Launch the installer
  2. Click Yes to confirm the installation
  3. Get your Exa API Key and paste it in
  4. Click Add Extension
  5. Click the button in the top-left to open the sidebar
  6. Navigate to the chat

Example Usage

The Exa MCP server enables AI-powered web search in your goose interactions. Exa offers advanced search capabilities including:

  1. Neural, keyword, and auto search modes
  2. Content retrieval with full text, highlights, or summaries
  3. Category filtering (news, research papers, companies, and more)
  4. Domain and date range filtering

goose Prompt

Find recent research papers about large language model reasoning capabilities and summarize the key findings.

goose Output

I'll use Exa to search for recent research papers on LLM reasoning.

─── web_search_exa | exa ──────────────────────────
query: large language model reasoning capabilities research paper
category: research paper


Here are the key findings from recent research on LLM reasoning:

1. Chain-of-Thought Reasoning:
- Recent papers show that explicit chain-of-thought prompting significantly improves performance on multi-step reasoning tasks
- Models trained with reasoning traces demonstrate better generalization to novel problem types

2. Mathematical and Logical Reasoning:
- New benchmarks reveal that while LLMs have improved at arithmetic and formal logic, they still struggle with compositional reasoning
- Hybrid approaches combining neural methods with symbolic solvers show promising results

3. Commonsense Reasoning:
- Studies demonstrate that scaling model size continues to improve commonsense reasoning benchmarks
- However, models still fail on tasks requiring physical intuition or temporal reasoning about everyday events

4. Limitations and Future Directions:
- Several papers identify "reasoning shortcuts" where models exploit dataset patterns rather than performing genuine inference
- Research into retrieval-augmented reasoning shows potential for grounding model outputs in verified facts

Would you like me to search for more details on any of these topics?
tip

Exa supports multiple search types including neural search for semantic queries and auto mode that intelligently combines search strategies. You can also filter results by category, domain, and date range for more targeted research.