Skip to content
Cursor

thing for Cursor

io.github.unravel-team/thing

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

client:Cursor transport:stdio runtime:npm

Install thing in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

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

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

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

thing in other clients