Skip to content
Zed

ControlKeel for Zed

io.github.aryaminus/controlkeel

Governed MCP workflows with policy validation, findings tracking, and review gates.

client:Zed transport:stdio runtime:npm

Install ControlKeel in Zed

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

{
  "context_servers": {
    "controlkeel": {
      "command": "npx",
      "args": [
        "-y",
        "@aryaminus/controlkeel"
      ]
    }
  }
}

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

ControlKeel in other clients