Exa Code MCP服务器
实验MCP实现Exa代码API。
设置
- 构建服务器:
npm run build:stdio- 通过添加到您的
.mcp.json:
{
"mcpServers": {
"exa-code": {
"command": "node",
"args": [".smithery/index.cjs"],
"env": {
"EXA_API_KEY": "***"
}
}
}
}工具
get_code_context-为您的编码代理获取基础上下文
