BjornMelin/exa-direct
Lightweight Python CLI for the Exa API (Search, Contents, Find Similar, Answer, Research, Context) with JSON-first output, SSE streaming, and model-aware polling. LLM‑agnostic: integrate with OpenAI Agents SDK/Codex CLI or Claude tool use by invoking CLI commands, no MCP server required.
Platform-specific configuration:
{
"mcpServers": {
"exa-direct": {
"command": "npx",
"args": [
"-y",
"exa-direct"
]
}
}
}Add the config above to .claude/settings.json under the mcpServers key.
Loading reviews...