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コマンド
コマンド | 説明 |
| デバイスコードによるログイン。トークンを保存します(チームは固定しません) |
| 現在のIDとプッシュ先をクリア/表示します |
| サーバー側のデフォルトのプッシュ先を表示/設定します( |
| このマシンに対するローカルのアクティブなチーム/プロジェクトの上書きを設定します |
| 新しい不変のバージョン(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 org)を選択します。
MCP
Claude Code、Cursor、Codex、および Model Context Protocol に対応するその他のツールは、thing を通じて公開できます。ターミナルでのログインは不要です。usething.ai の Settings から Tokens でトークンを作成し、これをクライアントの MCP 設定に貼り付けてください。
{
"mcpServers": {
"thing": {
"command": "npx",
"args": ["-y", "@unravel-tech/thing", "mcp"],
"env": { "THING_TOKEN": "paste-your-token-here" }
}
}
}サーバーは3つのツールを公開しています。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