Skip to main content
Glama

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@terrarium

Then 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: DesignPin MCP Server

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 the terrarium-feedback/1 payload, expectedVersion freshness, 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.

F
license - not found
-
quality - not tested
C
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

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

View all related MCP servers

Related MCP Connectors

  • Cross-agent artifact workspace with provenance across Claude Code, Codex, Cursor, LangGraph.

  • Human-in-the-loop for AI coding agents — ask questions, get approvals via Slack.

  • Publish & manage shareable HTML/Markdown pages from your LLM, with access control.

View all MCP Connectors

Latest Blog Posts

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