Skip to content
Windsurf

leadpipe for Windsurf

io.github.leadpipe-com/leadpipe

Official MCP server for Leadpipe intent and data APIs.

client:Windsurf transport:stdio runtime:npm

Install leadpipe in Windsurf

~/.codeium/windsurf/mcp_config.json · windows: %USERPROFILE%\.codeium\windsurf\mcp_config.json

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

{
  "mcpServers": {
    "leadpipe": {
      "command": "npx",
      "args": [
        "-y",
        "@leadpipe/mcp"
      ],
      "env": {
        "LEADPIPE_API_KEY": "<LEADPIPE_API_KEY>",
        "LEADPIPE_BASE_URL": "<LEADPIPE_BASE_URL>"
      }
    }
  }
}

Global only — Windsurf has no per-project MCP config. Refresh Cascade after saving. Windsurf docs

leadpipe in other clients