Skip to main content
ClaudeWave
immuneeb avatar
immuneeb

marigold-collab

View on GitHub

Marigold — local drafts CLI + OSS core. Your agent writes an HTML draft, you comment in the browser, feedback flows straight back to the agent. MIT.

MCP ServersOfficial Registry0 stars0 forksTypeScriptMITUpdated today
Install in Claude Code / Claude Desktop
Method: Manual
Claude Code CLI
git clone https://github.com/immuneeb/marigold-collab
claude_desktop_config.json (Claude Desktop)
{
  "mcpServers": {
    "marigold-collab": {
      "command": "node",
      "args": ["/path/to/marigold-collab/dist/index.js"]
    }
  }
}
1. Run the command above in your terminal (Claude Code), or paste the JSON config into claude_desktop_config.json (Claude Desktop).
2. Replace any <placeholder> values with your API keys or paths.
3. Restart Claude. The MCP server and its tools appear automatically.
💡 Clone https://github.com/immuneeb/marigold-collab and follow its README for install instructions.
Use cases

MCP Servers overview

# <img src="assets/marigold-mark.svg" height="26" alt=""> marigold

**Local drafts — a review loop for agent-authored HTML.** Your coding agent writes a
rich HTML/SVG draft to a file; `marigold-draft open` serves it in a comment
shell in your browser; you highlight, comment, and edit in place; **Send
feedback to agent** returns your review to the agent's blocked CLI call as
JSON, and its next save live-reloads the tab with your comments re-anchored.

No database, no accounts, no network. One warm background daemon; comments
persist in a sidecar file next to the draft.

```sh
npm i -g marigold-draft
marigold-draft agent-setup   # wires up Claude Code (skill) + Claude Desktop (MCP)
```

Or hand this prompt to your coding agent:

> Install Marigold for me using `npm i -g marigold-draft`, then read
> https://marigold.page/draft/setup.md and set yourself up
> to use it.

**Full docs: [packages/local/README.md](packages/local/README.md)** — the
agent loop, in-place edits, `.svg` drafts, sharing, and graduating a draft to
[hosted Marigold](https://marigold.page/) when you want a
link you can send to someone.

## What's in this repo

| Package | What it is |
| --- | --- |
| [`packages/local`](packages/local) | `marigold-draft` (npm) — the CLI, daemon, review shell, and MCP server |
| [`packages/core`](packages/core) | The shared anchoring engine: deterministic element instrumentation, composite comment anchors (`marigoldId → css → textQuote`), and the Marigold Way methodology packs. Bundled into the CLI at build time. |

The anchoring engine is the same one hosted Marigold runs, so comments
re-anchor identically across draft revisions locally and doc versions in the
cloud, and a draft promoted to the cloud instruments byte-for-byte the same.

```sh
pnpm install
pnpm test        # vitest across both packages
pnpm build       # bundles packages/local/dist/cli.cjs
```

## Relationship to hosted Marigold

Hosted Marigold ("Google Docs for AI-generated webpages" — share by email,
comment on the rendered page, agents read feedback over MCP) is a separate,
closed-source service. This repo is the open-source local tool, MIT-licensed,
and is where its issues and pull requests live.

Development happens in a private monorepo that also contains the hosted
service; the OSS subset is auto-synced here on every change, so this mirror is
always current. PRs are welcome — they're reviewed here and ported onto the
internal tree with your authorship preserved.

## License

[MIT](LICENSE).
ai-agentsclaudecode-reviewhtmllocal-firstmcp

What people ask about marigold-collab

What is immuneeb/marigold-collab?

+

immuneeb/marigold-collab is mcp servers for the Claude AI ecosystem. Marigold — local drafts CLI + OSS core. Your agent writes an HTML draft, you comment in the browser, feedback flows straight back to the agent. MIT. It has 0 GitHub stars and was last updated today.

How do I install marigold-collab?

+

You can install marigold-collab by cloning the repository (https://github.com/immuneeb/marigold-collab) or following the README instructions on GitHub. ClaudeWave also provides quick install blocks on this page.

Is immuneeb/marigold-collab safe to use?

+

immuneeb/marigold-collab has not been audited yet by our security agent. Review the original repository on GitHub before using it in production.

Who maintains immuneeb/marigold-collab?

+

immuneeb/marigold-collab is maintained by immuneeb. The last recorded GitHub activity is from today, with 0 open issues.

Are there alternatives to marigold-collab?

+

Yes. On ClaudeWave you can browse similar mcp servers at /categories/mcp, sorted by popularity or recent activity.

Deploy marigold-collab to your cloud

Ship this repo to production in minutes. Each platform spins up its own environment with editable env vars.

Maintain this repo? Add a badge to your README

Drop the badge into your GitHub README to show it's tracked on ClaudeWave. Each badge links back to this page and reflects the live Trust Score.

Featured on ClaudeWave: immuneeb/marigold-collab
[![Featured on ClaudeWave](https://claudewave.com/api/badge/immuneeb-marigold-collab)](https://claudewave.com/repo/immuneeb-marigold-collab)
<a href="https://claudewave.com/repo/immuneeb-marigold-collab"><img src="https://claudewave.com/api/badge/immuneeb-marigold-collab" alt="Featured on ClaudeWave: immuneeb/marigold-collab" width="320" height="64" /></a>

More MCP Servers

marigold-collab alternatives