Terrarium
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@Terrariumpublish the new pricing page for feedback"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
Terrarium plugin for Claude Code
Give your agent a place to show its work to humans. Terrarium hosts the HTML your agent builds; humans review it in the browser with comments anchored to exact passages; the agent pulls that feedback over MCP, pushes fixes, and repeats until approved.
Install
/plugin marketplace add nelsonsantryhkd/terrarium-plugin
/plugin install terrarium@terrariumThen mint a token at tryterrarium.com/connect
and make it available as TERRARIUM_PAT:
export TERRARIUM_PAT="samus_pat_…"(Or just ask your agent to set Terrarium up — the bundled skill walks it through the whole flow, including sending you to /connect for the token.)
Related MCP server: pulp
What it ships
MCP server (
.mcp.json) — Terrarium's remote server over Streamable HTTP with 7 tools:list_artifacts,publish_artifact,get_artifact,pull_comments,push_version,reply_to_comment,resolve_comment.Skill (
skills/terrarium/) — teaches the publish → review → fix loop, including theterrarium-feedback/1payload,expectedVersionfreshness, and comment-thread etiquette.
The protocol
pull_comments returns a versioned, structured payload
(terrarium-feedback/1) designed to be stable enough to build agents against:
review state, typed comment threads (change_request / question / bug),
text anchors with live resolution status, and reply chains. Evolution within
/1 is additive-only.
Tool Schema Changelog
Recent tool additions, removals, and schema changes observed during successful MCP inspections. Dates show when Glama detected each change.
No tool schema history has been recorded yet.
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 Connectors
Human feedback for AI agents: share HTML, get a live review link, read anchored notes as markdown.
Versioned artifact review for people and AI agents, with contextual comments and human control.
MarkupBase turns AI-generated Markdown and HTML into durable, versioned artifacts that people can review and discuss. Its MCP server lets agents publish new versions, preserve contextual comments, include hosted images, and respond to feedback through secure account-linked identities, creating a clear human review boundary without requiring real-time editing.
Save, version & share AI-generated HTML artifacts (canvases, dashboards, apps) as links.
Related MCP Servers
- AlicenseAqualityDmaintenanceEnables AI assistants to push HTML prototypes to DesignPin for team review and retrieve reviewer feedback.357MIT
- AlicenseNot gradedqualityCmaintenanceEnables AI agents to collaboratively design and edit web pages on an infinite canvas using real HTML/CSS, with tools for reading, mutating, and exporting documents.714LGPL 3.0
- AlicenseNot gradedqualityAmaintenanceEnables AI agents to render and interact with rich HTML one-pagers on a local canvas, with tools for rendering, commenting, selection, and status queries.164MIT
- AlicenseNot gradedqualityAmaintenanceEnables AI agents to send HTML documents to a local viewer, where they are stored and displayed in a live web UI for browsing and searching.14ISC
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/nelsonsantryhkd/terrarium-plugin'
If you have feedback or need assistance with the MCP directory API, please join our Discord server