An MCP (Model Context Protocol) server that provides AI-powered code search capabilities using the Exa API.
git clone https://github.com/it-beard/exo-server.git
cd exa-server
npm install
npm run build
{
"mcpServers": {
"exa": {
"command": "node",
"args": ["/path/to/exa-server/build/index.js"],
"env": {
"EXA_API_KEY": "your-api-key-here"
}
}
}
}
The server provides the following tools and resources:
Perform an AI-powered search using Exa API
Input Schema:
{
"query": "Search query",
"numResults": 10
}
exa://search/{query}
- Search results for a specific queryexa://last-search/result
- Results from the most recent search querysrc
directorynpm run build
git checkout -b feature/amazing-feature
)git commit -m 'Add some amazing feature'
)git push origin feature/amazing-feature
)This project is licensed under the MIT License - see the LICENSE file for details.
Seamless access to top MCP servers powering the future of AI integration.