Skip to content
Zed

Keel for Zed

io.github.seayniclabs/keel

Network diagnostics — ping, traceroute, DNS, port scanning, and connectivity testing.

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-mcp"
      ]
    }
  }
}

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

Keel in other clients