Odel
thing

thing

Local
@unravel-teamShellMITUpdated 1w ago

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

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

npm@unravel-tech/thingv0.7.0

Run

npx -y @unravel-tech/thing

MCP client config

{
  "mcpServers": {
    "thing": {
      "command": "npx",
      "args": [
        "-y",
        "@unravel-tech/thing"
      ]
    }
  }
}