Thing
@unravel-tech/thing
CLI para thing: publica, versiona y comparte artefactos (páginas HTML, documentos Markdown, imágenes independientes y PDFs) desde agentes de codificación.
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 tooComandos
Comando | Qué hace |
| Inicio de sesión con código de dispositivo; guarda un token (no fija un equipo) |
| Borrar / mostrar la identidad actual y dónde van a parar los envíos |
| Mostrar o establecer tu destino de envío predeterminado en el servidor (se usa cuando no se indica |
| Establece una anulación local de equipo/proyecto activo para esta máquina |
| Envía una nueva versión inmutable (HTML, Markdown o imagen/PDF) e imprime la URL servida |
| Enumera los artefactos que puedes ver |
| Historial de versiones de un artefacto |
| Vuelve a apuntar la última versión a la versión n |
| Abre el artefacto en un navegador |
| Ejecuta un servidor Model Context Protocol sobre stdio (herramientas: |
Todos los comandos aceptan --json para obtener una salida legible por máquina.
Valores de visibilidad: private, team, anyone-with-link (imprime una URL de uso compartido con token), public.
Related MCP server: drop
Resolución de contexto
El equipo en el que aterriza un envío se decide en este orden: la opción --team → .thing.json en el directorio de trabajo → una anulación local de thing use → tu predeterminado del lado del servidor (thing default) → tu espacio personal. El inicio de sesión ya no fija un equipo, así que si no hay ninguna anulación configurada, el servidor elige tu predeterminado (p. ej., la organización Unravel para los miembros de Unravel).
MCP
Claude Code, Cursor, Codex y cualquier otra cosa que hable Model Context Protocol pueden publicar a través de thing. No se necesita iniciar sesión en la terminal: crea un token en usething.ai en Configuración, luego Tokens, y pégalo en la configuración MCP de tu cliente.
{
"mcpServers": {
"thing": {
"command": "npx",
"args": ["-y", "@unravel-tech/thing", "mcp"],
"env": { "THING_TOKEN": "paste-your-token-here" }
}
}
}El servidor expone tres herramientas: push_artifact para publicar un archivo o contenido en línea y obtener un enlace, list_artifacts para ver lo que tienes y whoami para comprobar a qué cuenta y equipo estás enviando.
Si ya has ejecutado thing login, se usa la credencial almacenada y se puede omitir THING_TOKEN.
Requiere Node >= 18 o Bun. No tiene dependencias en tiempo de ejecución.
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