# Exa Server

> AI-powered code search MCP server using Exa API for intelligent code search and retrieval in AI assistants

- **Type:** MCP server
- **Install:** `agentstack add mcp-it-beard-exa-server`
- **Verified:** Yes — security-reviewed for prompt injection and unsafe behavior
- **Seller:** [it-beard](https://agentstack.voostack.com/s/it-beard)
- **Installs:** 0
- **Category:** [Search](https://agentstack.voostack.com/c/search)
- **Latest version:** 0.1.0
- **License:** MIT
- **Upstream author:** [it-beard](https://github.com/it-beard)
- **Source:** https://github.com/it-beard/exa-server

## Install

```sh
agentstack add mcp-it-beard-exa-server
```

Requires the [AgentStack CLI](https://agentstack.voostack.com/docs/cli). Works with Claude Code, Cursor, and any MCP-compatible agent.

## About

# Exa MCP Server

An MCP (Model Context Protocol) server that provides AI-powered code search capabilities using the Exa API.

## Features

- Perform AI-powered code searches using natural language queries
- Get relevant code examples and documentation
- Configurable number of search results
- JSON response format with rich metadata

## Installation

1. Clone this repository:
```bash
git clone https://github.com/it-beard/exo-server.git
cd exa-server
```

2. Install dependencies:
```bash
npm install
```

3. Build the project:
```bash
npm run build
```

4. Configure your Exa API key in the MCP settings file (tested with Cline):
```json
{
  "mcpServers": {
    "exa": {
      "command": "node",
      "args": ["/path/to/exa-server/build/index.js"],
      "env": {
        "EXA_API_KEY": "your-api-key-here"
      }
    }
  }
}
```

## Usage

The server provides the following tools and resources:

### Tools

#### search
Perform an AI-powered search using Exa API

Input Schema:
```json
{
  "query": "Search query",
  "numResults": 10
}
```

### Resources

- `exa://search/{query}` - Search results for a specific query
- `exa://last-search/result` - Results from the most recent search query

## Development

1. Make your changes in the `src` directory
2. Build the project:
```bash
npm run build
```
3. Test your changes by configuring the server in your MCP settings

## Contributing

1. Fork the repository
2. Create your feature branch (`git checkout -b feature/amazing-feature`)
3. Commit your changes (`git commit -m 'Add some amazing feature'`)
4. Push to the branch (`git push origin feature/amazing-feature`)
5. Open a Pull Request

## License

This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.

## Source & license

This open-source MCP server is cataloged on AgentStack and links to its original source — we do not rehost the code.

- **Author:** [it-beard](https://github.com/it-beard)
- **Source:** [it-beard/exa-server](https://github.com/it-beard/exa-server)
- **License:** MIT

Install and usage instructions live in the source repository linked above.

## Pricing

- **Free** — Free

## Security capabilities

Automated source analysis of v0.1.0 — what this tool can access:

- **Network access:** no
- **Filesystem access:** no
- **Shell / process execution:** no
- **Environment & secrets:** no
- **Dynamic code execution:** no

*"Yes" means the capability is present in the source — more access means more to trust, not that it is unsafe.*


## Versions

- **0.1.0** — security scan: passed — Imported from the upstream source.

## Links

- Listing page: https://agentstack.voostack.com/l/mcp-it-beard-exa-server
- Seller: https://agentstack.voostack.com/s/it-beard
- Browse the marketplace: https://agentstack.voostack.com/browse

---
Listed on AgentStack — the marketplace for AI agent skills and MCP servers. Every listing is security-reviewed. Creators keep 70%.
