mcp bind erp for Zed
io.github.codespar/mcp-bind-erp
Bind ERP — Mexican cloud ERP
client:Zed
transport:stdio
runtime:npm
Install mcp bind erp in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"mcp-bind-erp": {
"command": "npx",
"args": [
"-y",
"@codespar/mcp-bind-erp"
],
"env": {
"BIND_API_KEY": "<BIND_API_KEY>"
}
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs