Skip to content
Zed

leadenrich mcp for Zed

io.github.carsonroell-debug/leadenrich-mcp

Waterfall lead enrichment — cascades Apollo, Clearbit, and Hunter for max coverage

client:Zed transport:stdio runtime:pypi

Install leadenrich mcp in Zed

~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "context_servers": {
    "leadenrich-mcp": {
      "command": "uvx",
      "args": [
        "leadenrich-mcp"
      ],
      "env": {
        "APOLLO_API_KEY": "<APOLLO_API_KEY>",
        "CLEARBIT_API_KEY": "<CLEARBIT_API_KEY>",
        "HUNTER_API_KEY": "<HUNTER_API_KEY>"
      }
    }
  }
}

Merge this into your existing settings object — do not replace the file. Zed docs

leadenrich mcp in other clients