zed-exa-mcp-extension

exa-labs/zed-exa-mcp-extension
★ 22 stars Rust 📦 Other Updated 1mo ago
Zed extension for Exa's MCP server
View on GitHub →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "zed-exa-mcp-extensio": {
      "command": "cargo",
      "args": [
        "run",
        "--",
        "zed-exa-mcp-extension"
      ]
    }
  }
}