Publish AI-generated HTML (dashboards, reports, docs) to permanent, sandboxed, shareable links.
A local MCP server for publishing HTML files to StelaSpace from coding agents that work with your local files — Claude Code and Codex. It runs on your machine, so it reads HTML files directly from disk by path and uploads the bytes via the StelaSpace API. That's what lets it publish large (1 MB+) reports and dashboards — unlike passing file contents as a tool argument, which is capped by the…
Verification confirms publisher identity (repo ownership), not code safety. The security scan covers known CVEs and suspicious install scripts — it cannot prove the absence of malicious code.
A local MCP server for publishing HTML files to StelaSpace from coding agents that work with your local files — Claude Code and Codex. It runs on your machine, so it reads HTML files directly from disk by path and uploads the bytes via the StelaSpace API. That's what lets it publish large (1 MB+) reports and dashboards — unlike passing file contents as a tool argument, which is capped by the model's output size. Claude Desktop (chat) isn't supported for publishing: its sandbox can't share files…