Skip to content
Zed

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

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

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

decern in other clients