Skip to content
Zed

Keel for Zed

io.github.lutfizp/keel

Control plane MCP that dedups scanner output, rate-limits hosts, and runs non-destructive proofs.

client:Zed transport:stdio runtime:pypi

Install Keel in Zed

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

{
  "context_servers": {
    "keel": {
      "command": "uvx",
      "args": [
        "keel-pentest"
      ]
    }
  }
}

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

Keel in other clients