Skip to content
Zed

Hashloom for Zed

io.github.davet47/hashloom

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

client:Zed transport:stdio runtime:pypi

Install Hashloom in Zed

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

{
  "context_servers": {
    "hashloom": {
      "command": "uvx",
      "args": [
        "hashloom"
      ]
    }
  }
}

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

Hashloom in other clients