Skip to content
Zed

Cordon for MCP for Zed

io.github.marras0914/cordon

Cordon for MCP. Security gateway with policy enforcement, audit log, and HITL approvals.

client:Zed transport:stdio runtime:npm

Install Cordon for MCP in Zed

~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json

{
  "context_servers": {
    "cordon": {
      "command": "npx",
      "args": [
        "-y",
        "@getcordon/cli"
      ]
    }
  }
}

Merge this into your existing settings object — do not replace the file. Zed docs

Cordon for MCP in other clients