exa-code-mcp
v3.0.0
Published
MCP for Coding Agents
Downloads
11
Maintainers
Readme
Exa Code MCP Server
Experimental MCP implementation of the Exa Code API.
Setup
- 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": "***"
}
}
}
}Tools
get_code_context- Get grounding context for your coding agent
