Skip to main content

exa

Exa neural search with semantic web retrieval. Use when the agent needs this capability via MCP.

Aller à l'installation

Informations de source

Dépôt
RabbitAI-Lab/rabbit-plugins-mcp
Dernière activité de la source
26 juillet 2026 à 14:08
Langue détectée de SKILL.md
anglais
Étoiles
0
Forks
0

Options d'installation

Le prompt qui vérifie d'abord la source est sélectionné par défaut. Vous pouvez passer à une commande directe ou télécharger une copie locale.

Vérifiez les fichiers source

Lisez SKILL.md et les fichiers associés affichés par SkillsMP avant de décider de l'installer.

Affichage de SKILL.md

SKILL.md
Instructions source · Aperçu en lecture seule
name
exa
description
Exa neural search with semantic web retrieval. Use when the agent needs this capability via MCP.
# exa Exa neural search with semantic web retrieval ## When to Activate - Use **exa** from an MCP-aware client - Search & Web tasks that exa supports - Register exa via `claude mcp add` or `.mcp.json` ## Installation exa is an MCP server (stdio transport). Register it with Claude Code: ```bash claude mcp add exa -- npx @exa/mcp ``` Or add to `.mcp.json`: ```json { "mcpServers": { "exa": { "command": "npx", "args": [ "@exa/mcp" ] } } } ``` A guided installer is at `scripts/install.sh`. ## Verification ```bash claude mcp list ``` ## Details - **Server**: `exa` - **Maintainer**: Exa - **Protocol**: stdio - **Category**: Search & Web - **Priority**: Recommended
Voir sur GitHub