Skip to content
Zed

leadpipe for Zed

io.github.leadpipe-com/leadpipe

Official MCP server for Leadpipe intent and data APIs.

client:Zed transport:stdio runtime:npm

Install leadpipe 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": {
    "leadpipe": {
      "command": "npx",
      "args": [
        "-y",
        "@leadpipe/mcp"
      ],
      "env": {
        "LEADPIPE_API_KEY": "<LEADPIPE_API_KEY>",
        "LEADPIPE_BASE_URL": "<LEADPIPE_BASE_URL>"
      }
    }
  }
}

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

leadpipe in other clients