Skip to main content
Glama
it-beard

Exa MCP Server

by it-beard

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

Related MCP server: Exa MCP Server

Installation

  1. Clone this repository:

git clone https://github.com/it-beard/exo-server.git
cd exa-server
  1. Install dependencies:

npm install
  1. Build the project:

npm run build
  1. Configure your Exa API key in the MCP settings file (tested with Cline):

{
  "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

Perform an AI-powered search using Exa API

Input Schema:

{
  "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:

npm run build
  1. 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 file for details.

A
license - permissive license
-
quality - not tested
D
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Related MCP Servers

  • A
    license
    -
    quality
    -
    maintenance
    Connects AI assistants to Exa AI's search capabilities, including specialized code search across GitHub repos, documentation, and Stack Overflow, plus web search, company research, and deep research tools for comprehensive information retrieval.
    18,221
  • A
    license
    -
    quality
    D
    maintenance
    Connects AI assistants to Exa AI's search capabilities, enabling web search, company research, URL crawling, LinkedIn search, and specialized code search across GitHub repos, documentation, and Stack Overflow for finding relevant coding context and examples.
    18,221
    MIT
  • A
    license
    -
    quality
    D
    maintenance
    Connects AI assistants to Exa AI's search capabilities for web search, code context retrieval from GitHub repos and documentation, company research, LinkedIn search, and deep research tasks.
    10
    MIT

View all related MCP servers

Related MCP Connectors

  • Web search, news, page retrieval, sitemaps, and trending topics through Search1API.

  • Fast, intelligent web search and web crawling. New mcp tool: Exa-code is a context tool for coding

  • Web search, AI agent, and content extraction via You.com APIs

View all MCP Connectors

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/it-beard/exa-server'

If you have feedback or need assistance with the MCP directory API, please join our Discord server