← Back to list

exa-mcp
by SPkHz
Western New England University - Portfolio of Electrical Engineering Projects
⭐ 0🍴 0📅 Jan 22, 2026
SKILL.md
name: exa-mcp description: MCP server for Exa AI web search and code context retrieval, enabling fresh web results and API/library context for coding tasks.
Exa MCP — Web + Code Context
Use Exa to perform high‑quality web searches and retrieve focused API/library/code context. Ideal when you need up‑to‑date information, library usage examples, or authoritative docs.
Codex CLI Notes
- Configured via
npx -y mcp-remote https://mcp.exa.ai/mcp --header 'x-api-key: $EXA_API_KEY'(stdio bridge). Make sure$EXA_API_KEYis set; dotfiles config wires PATH/cache roots under$HOME/mcp/mcp-zotero-matlab-tools, while the default~/.codex/config.tomlkeeps caches under$HOME/mcp. - Typical flow: search → select URLs → extract/code‑context as needed.
Tools and When to Call
web_search_exa(query, numResults?)— General web search for fresh, relevant sources.get_code_context_exa(query, tokensNum?)— Retrieve API/library/code context blocks optimized for coding tasks.
Examples (codex-cli)
web_search_exa {"query":"FastAPI background tasks", "numResults":5}get_code_context_exa {"query":"Zod schema transform examples", "tokensNum":3000}
Guidelines
- Prefer
web_search_exafor discovery; follow with per‑site extraction or code context retrieval depending on need. - Cross‑check critical facts across multiple sources; cite canonical documentation when available.
Security
- Keep API keys in environment (e.g.,
EXA_API_KEY). - Respect provider rate limits; avoid submitting secrets in queries.
Score
Total Score
60/100
Based on repository quality metrics
✓SKILL.md
SKILL.mdファイルが含まれている
+20
✓LICENSE
ライセンスが設定されている
+10
○説明文
100文字以上の説明がある
0/10
○人気
GitHub Stars 100以上
0/15
○最近の活動
3ヶ月以内に更新がある
0/10
○フォーク
10回以上フォークされている
0/5
✓Issue管理
オープンIssueが50未満
+5
✓言語
プログラミング言語が設定されている
+5
○タグ
1つ以上のタグが設定されている
0/5
Reviews
💬
Reviews coming soon