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