thing
Rank #29,979io.github.unravel-team/thing
Artifacts for any coding agent: a durable link with versions, diffs, and comments on the page.
thing is a Model Context Protocol (MCP) server published by unravel-team. It ranks #29,979 of 115,460 servers tracked on MCP Toplist. thing is listed on Official MCP, with 2 tracked versions. It was first listed on Aug 29, 2026 and most recently updated on Aug 30, 2026.
Ranks ahead of 85,481 of 115,460 servers on MCP Toplist.
Use thing
Requires user-supplied configuration before first use — typically an API key, token or connection string set via environment variables.
claude mcp add thing -e "THING_TOKEN=<your THING_TOKEN>" -e "THING_SERVER=<your THING_SERVER>" -- npx -y mcp @unravel-tech/thingReplace each placeholder with your own value before saving.
[mcp_servers.thing]
command = "npx"
args = ["-y", "mcp", "@unravel-tech/thing"]
[mcp_servers.thing.env]
THING_TOKEN = "<your THING_TOKEN>"
THING_SERVER = "<your THING_SERVER>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"thing": {
"command": "npx",
"args": [
"-y",
"mcp",
"@unravel-tech/thing"
],
"env": {
"THING_TOKEN": "<your THING_TOKEN>",
"THING_SERVER": "<your THING_SERVER>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"thing": {
"command": "npx",
"args": [
"-y",
"mcp",
"@unravel-tech/thing"
],
"env": {
"THING_TOKEN": "<your THING_TOKEN>",
"THING_SERVER": "<your THING_SERVER>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"servers": {
"thing": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"mcp",
"@unravel-tech/thing"
],
"env": {
"THING_TOKEN": "<your THING_TOKEN>",
"THING_SERVER": "<your THING_SERVER>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"thing": {
"command": "npx",
"args": [
"-y",
"mcp",
"@unravel-tech/thing"
],
"env": {
"THING_TOKEN": "<your THING_TOKEN>",
"THING_SERVER": "<your THING_SERVER>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"thing": {
"command": "npx",
"args": [
"-y",
"mcp",
"@unravel-tech/thing"
],
"env": {
"THING_TOKEN": "<your THING_TOKEN>",
"THING_SERVER": "<your THING_SERVER>"
}
}
}
}Replace each placeholder with your own value before saving.
Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.github.unravel-team%2Fthing)<a href="https://mcptoplist.com/server/io.github.unravel-team%2Fthing"><img src="https://mcptoplist.com/badge/io.github.unravel-team%2Fthing.svg" alt="MCP Toplist: Top 50% of 115,460" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 1 registry
unravel-team
Other servers by unravel-team
- MCP Clojure SDK Server#12,572
- MCP Analyst#20,098
- Example Cool MCP Server#66,432
- MCP Clojure Server Deps New#66,836
- MCP Mermaidjs Server#66,944
- MCP Vegalite Server#67,485
Available versions (2)
| Version | Published |
|---|---|
| 0.6.0 | Aug 30, 2026 |
| 0.4.1 | Aug 29, 2026 |
Frequently asked questions
- Who maintains thing?
- thing is maintained by unravel-team, which publishes 7 MCP servers (2 total versions) tracked on MCP Toplist.
- Is thing listed on the Official MCP Registry?
- Yes — thing is listed on the Official MCP Registry.
- How many versions does thing have?
- MCP Toplist tracks 2 versions of thing, most recently published on Aug 30, 2026.
- Where can I find the source code for thing?
- The source code for thing is hosted at github.com/unravel-team/thing-cli.