Skip to content
Zed

Heddle for Zed

io.github.davet47/heddle

Content-addressed contracts and a verification cache that cut agent context by skipping proven code.

client:Zed transport:stdio runtime:pypi

Install Heddle in Zed

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

{
  "context_servers": {
    "heddle": {
      "command": "uvx",
      "args": [
        "heddle-mcp"
      ]
    }
  }
}

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

Heddle in other clients