Thing
@unravel-tech/thing
用于 thing 的 CLI,供编码智能体推送、版本化和共享工件(HTML 页面、Markdown 文档、独立图片和 PDF)。
npm i -g @unravel-tech/thing
thing login # defaults to https://usething.ai
thing push report.html --json
thing push notes.md --json # Markdown gets a styled reader view
thing push chart.png --json # images and PDFs too命令
命令 | 作用 |
| 设备码登录;存储一个令牌(不绑定团队) |
| 清除 / 显示当前身份以及推送的去向 |
| 显示或设置你的服务器端默认推送目标(当未提供 |
| 为本机设置一个本地生效的团队/项目覆盖 |
| 推送一个新的不可变版本(HTML、Markdown 或图片/PDF),并打印托管 URL |
| 列出你可以看到的工件 |
| 某个工件的版本历史 |
| 将最新版本回退到版本 n |
| 在浏览器中打开该工件 |
| 通过 stdio 运行 Model Context Protocol 服务器(工具: |
每个命令都接受 --json 以输出机器可读的结果。
可见性值:private、team、anyone-with-link(打印带令牌的分享 URL)、public。
Related MCP server: drop
上下文解析
推送最终进入哪个团队按以下顺序决定:--team 标志 → 工作目录中的 .thing.json → 本地的 thing use 覆盖 → 你的服务器端默认值(thing default)→ 你的个人空间。登录不再绑定团队,因此如果未设置任何覆盖,服务器会选取你的默认值(例如 Unravel 成员的 Unravel 组织)。
MCP
Claude Code、Cursor、Codex 以及任何支持 Model Context Protocol 的工具都可以通过 thing 发布。无需终端登录:在 usething.ai 的“设置”>“令牌”中创建令牌,然后将其粘贴到你的客户端的 MCP 配置中。
{
"mcpServers": {
"thing": {
"command": "npx",
"args": ["-y", "@unravel-tech/thing", "mcp"],
"env": { "THING_TOKEN": "paste-your-token-here" }
}
}
}服务器暴露三个工具:push_artifact 用于发布文件或内联内容并返回链接,list_artifacts 用于查看你有哪些工件,whoami 用于检查你正在推送到哪个账户和团队。
如果你已经运行过 thing login,则会使用存储的凭据,THING_TOKEN 可以省略。
需要 Node >= 18 或 Bun。无运行时依赖。
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- AlicenseAqualityCmaintenancePublish live web pages from AI coding agents. Instant shareable URLs for dashboards, landing pages, and reports with password protection.41MIT
- AlicenseNot gradedqualityCmaintenancePublishes HTML pages straight from your AI assistant to a shareable URL, then lets you manage them - update, list, search, fetch, and delete pages in a public or private workspace. Turns "share what I just made" into a single tool call from Claude, Cursor, or any MCP client.MIT
- AlicenseNot gradedqualityCmaintenancePublish the pages you build with AI - as a private, tracked, secure link.MIT
- AlicenseNot gradedqualityAmaintenanceEnables agents to publish HTML artifacts to permanent, shareable, versioned pages on Artifyde via MCP.105MIT
Related MCP Connectors
Publish HTML, files, or a URL to a permanent public URL, then update it — from any MCP agent.
Publish AI-generated HTML & Markdown to a hosted, shareable URL via MCP.
Publish the website you built with AI to a live public URL — straight from chat, no setup.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/unravel-team/thing-cli'
If you have feedback or need assistance with the MCP directory API, please join our Discord server