leadcloser mcp for Zed
io.github.dylanc1317-create/leadcloser-mcp
Manage leads and insights for NZ trade businesses via LeadCloser AI.
client:Zed
transport:stdio
runtime:npm
Install leadcloser mcp in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"leadcloser-mcp": {
"command": "npx",
"args": [
"-y",
"@dylanc1317/leadcloser-mcp"
],
"env": {
"LEADCLOSER_TENANT_ID": "<LEADCLOSER_TENANT_ID>"
}
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs