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 tooCommands
Command | What it does |
| 디바이스 코드 로그인; 토큰을 저장합니다(팀을 고정하지 않음). |
| 현재 ID와 푸시 대상 위치를 지우거나 표시합니다. |
| 서버 측 기본 푸시 대상을 표시하거나 설정합니다( |
| 이 머신에 대한 로컬 활성 팀/프로젝트 재정의를 설정합니다. |
| 새 불변 버전(HTML, Markdown, 이미지/PDF)을 푸시하고 제공된 URL을 출력합니다. |
| 볼 수 있는 아티팩트를 나열합니다. |
| 아티팩트의 버전 기록을 표시합니다. |
| 최신 버전을 버전 n으로 되돌립니다. |
| 브라우저에서 아티팩트를 엽니다. |
| stdio를 통해 Model Context Protocol 서버를 실행합니다(도구: |
모든 명령은 머신이 읽을 수 있는 출력을 위해 --json을 지원합니다.
가시성 값: private, team, anyone-with-link(토큰이 포함된 공유 URL 출력), public.
Related MCP server: drop
Context resolution
푸시가 어느 팀에 속할지는 다음 순서로 결정됩니다: --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" }
}
}
}서버는 세 가지 도구를 제공합니다: 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