decern for Zed
io.github.statwonk/decern
MCP server for Decern CRM — contacts, deals, pipelines, tasks, and approvals.
client:Zed
transport:stdio
runtime:pypi
Install decern in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"decern": {
"command": "uvx",
"args": [
"decern-mcp"
],
"env": {
"DECERN_API_KEY": "<DECERN_API_KEY>"
}
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs