Experimental MCP implementation of the Exa Code API.
- Build the server:
npm run build:stdio
- Configure Claude Code by adding to your
.mcp.json
:
{
"mcpServers": {
"exa-code": {
"command": "node",
"args": [".smithery/index.cjs"],
"env": {
"EXA_API_KEY": "***"
}
}
}
}
find_library_exa
- Find libraries available for exa-codeget_library_context_exa
- Get contextual code snippets from open source libraries