Self-hosted MCP artifact store - publish and browse LLM-generated HTML/Markdown/code/CSV/React docs.
1.3K
A self-hosted store for LLM-generated artifacts (self-contained
HTML/Markdown/code/CSV/React documents), reachable over MCP so agents —
Claude Code, Claude on the web, ChatGPT, or any MCP client — can
publish and update them the way Claude's own Artifact tool does,
except self-hosted. A web dashboard lets a human browse, comment on,
and share what gets published.
Source & docs: https://github.com/garage1118/renderdesk Full documentation: https://garage1118.github.io/renderdesk/
docker run -d --name renderdesk \
-p 8000:8000 \
-v renderdesk-data:/app/data \
-e RENDERDESK_PUBLIC_BASE_URL=http://localhost:8000 \
-e RENDERDESK_AUTH_SCHEME=password \
garage1118/renderdesk:latest
# create the first dashboard account
docker exec -it renderdesk renderdesk create-user --email [email protected]
Put renderdesk behind a reverse proxy with TLS for anything beyond
local use, and set RENDERDESK_PUBLIC_BASE_URL to the public HTTPS
URL you're serving it at.
latest — the most recent final release.X.Y.Z — a specific release.X.Y.Z-rcN — a release candidate; never moves latest.MIT
Content type
Image
Digest
sha256:c09d89ebd…
Size
93.9 MB
Last updated
5 days ago
docker pull garage1118/renderdesk