Deploy files, sites, and Dockerfile apps to live URLs + private drives for agent memory.
Copy the AI prompt to install this server into Claude Code, Cursor, or another agent β or use 1-click editor setup below.
We haven't yet run this listing's install command through our automated sandbox check. This isn't a red flag β we're steadily working through the catalog.
π‘ Paste into ~/Library/Application Support/Claude/claude_desktop_config.json (macOS) or %APPDATA%\Claude\claude_desktop_config.json (Windows)
Two Agent Skills for the DataEcho platform:
| Skill | What it does |
|---|---|
dataecho | Deploy anything to a live URL in seconds β a single file, a static site, or a full server-side app (any stack, via Dockerfile). Anonymous publish with a claim flow, incremental deploys, private Drives with scoped share tokens. |
dataecho-memory | Persistent memory for agents β durable across sessions, machines, sandboxes, and platforms. A ~1 KB index + one fact per file on a private versioned drive; atomic concurrent-safe writes, full history/undo, one-command handoff to another agent. |
Both are plain SKILL.md + self-contained scripts (bash + python3 stdlib, zero dependencies), so they work in any agent that supports the open Agent Skills format β Claude Code, OpenAI Codex, Gemini CLI, Cursor, GitHub Copilot / VS Code, Goose, opencode, Qwen Code, Amp, Cline, Kilo, Hermes, OpenClaw, and more.
Claude Code plugin route:
No npm? Install the deploy helper scripts directly:
skills/dataecho/SKILL.md β publish handshake, Dockerfile app contract, claim contract, Drives, API-key flow
scripts/publish.sh β 3-call publish (create β upload β finalize), incremental deploys, anonymous-claim handlingscripts/drive.sh β drive CRUD, import/export, scoped share tokens, ETag-safe writesscripts/publish.ps1 β Windows PowerShell publisherskills/dataecho-memory/SKILL.md β the memory discipline (recall-first, update-don't-duplicate, forget-what's-wrong)
scripts/memory.sh β recall / remember / forget / reindex / history / restore / handoff; every mutation commits fact + index in one atomic CAS batch~/.artifact/credentials (chmod 600), or passed via $ARTIFACT_API_KEY. Nothing else is written outside the project. Revoke keys any time from the dashboard.https://dataecho.ai (override: $ARTIFACT_BASE_URL). No telemetry, no third-party calls.~/.artifact/claims/.curl | bash installer above is a convenience mirror of install.sh; the canonical scripts are versioned in this repo.Docs: https://dataecho.ai/docs Β· Agent context: https://dataecho.ai/llms.txt Β· llms-full.txt Β· OpenAPI: https://dataecho.ai/openapi.json Β· Discovery: https://dataecho.ai/.well-known/agent.json
Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.
[](https://allmcps.com/mcp/mcp-9)<a href="https://allmcps.com/mcp/mcp-9"><img src="https://allmcps.com/api/badge/mcp-9?style=directory" alt="Mcp on AllMCPs" /></a>