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
{
"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