Skip to content
Zed

thing for Zed

io.github.unravel-team/thing

Artifacts for any coding agent: a durable link with versions, diffs, and comments on the page.

client:Zed transport:stdio runtime:npm

Install thing in Zed

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

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "context_servers": {
    "thing": {
      "command": "npx",
      "args": [
        "-y",
        "@unravel-tech/thing"
      ],
      "env": {
        "THING_TOKEN": "<THING_TOKEN>",
        "THING_SERVER": "<THING_SERVER>"
      }
    }
  }
}

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

thing in other clients