Skip to content
Zed

leadloadz for Zed

io.github.ali1041/leadloadz

B2B lead search and email verification MCP server

client:Zed transport:stdio runtime:npm

Install leadloadz 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": {
    "leadloadz": {
      "command": "npx",
      "args": [
        "-y",
        "@leadloadz/mcp-server"
      ],
      "env": {
        "LEADLOADZ_API_KEY": "<LEADLOADZ_API_KEY>",
        "LEADLOADZ_API_BASE": "<LEADLOADZ_API_BASE>"
      }
    }
  }
}

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

leadloadz in other clients