https://github.com/exa-labs/zed-exa-mcp-extension
Zed extension for Exa's MCP server
https://github.com/exa-labs/zed-exa-mcp-extension
Last synced: 4 months ago
JSON representation
Zed extension for Exa's MCP server
- Host: GitHub
- URL: https://github.com/exa-labs/zed-exa-mcp-extension
- Owner: exa-labs
- Created: 2025-04-13T21:35:10.000Z (7 months ago)
- Default Branch: master
- Last Pushed: 2025-05-22T18:32:10.000Z (6 months ago)
- Last Synced: 2025-06-08T16:44:41.085Z (5 months ago)
- Language: Rust
- Size: 16.6 KB
- Stars: 6
- Watchers: 4
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-mcp-servers - **zed-exa-mcp-extension** - Zed extension for Exa's MCP server `rust` `mcp` `server` `cargo install --git https://github.com/exa-labs/zed-exa-mcp-extension` (🔧 Utilities)
README
# mcp-server-exa-search
Zed extension that wraps the `exa-mcp-server` package from [exa-labs/exa-mcp-server](https://github.com/exa-labs/exa-mcp-server). This extension supports both web search functionality and retrieval of web page contents.
## Features
The Exa MCP server provides these tools for Zed:
- **web_search**: Performs real-time web searches with optimized results and content extraction
- **crawling**: Extracts content from specific URLs, useful for reading articles, PDFs, or any web page
## Configuration
This MCP server requires an API key.
1. Sign up for an [Exa API account](https://dashboard.exa.ai)
2. Generate your API key from [dashboard.exa.ai/api-keys](https://dashboard.exa.ai/api-keys)
In your Zed settings:
```json
{
"context_servers": {
"mcp-server-exa-search": {
"settings": {
"exa_api_key": "YOUR_API_KEY"
}
}
}
}
```
### Agent Mode Configuration
If you're using Zed's agent mode, you need to enable this context server for your assistant:
1. Open Zed's assistant settings
2. Enable the exa MCP tool. If you see that the status of the tool is a red dot, make sure you added your exa api key in settings
3. Enable the exa MCP tool in the active assistant profile. In the chat section, click on the 'Write|Ask' button, then click on 'tools', then enable the exa MCP tool.