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