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
{
"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