Deploy files, sites, and Dockerfile apps to live URLs + private drives for agent memory.
Config is the same across clients — only the file and path differ.
{
"mcpServers": {
"ai-dataecho-mcp": {
"command": "<see-readme>",
"args": []
}
}
}Are you the author?
Add this badge to your README to show your security score and help users find safe servers.
Deploy files, sites, and Dockerfile apps to live URLs + private drives for agent memory.
No automated test available for this server. Check the GitHub README for setup instructions.
Five weighted categories — click any category to see the underlying evidence.
No known CVEs.
No package registry to scan.
This server is missing a description. Tools and install config are also missing.If you've used it, help the community.
Add informationBe the first to review
Have you used this server?
Share your experience — it helps other developers decide.
Sign in to write a review.
Others in developer-tools / devops
A Model Context Protocol (MCP) server and CLI that provides tools for agent use when working on iOS and macOS projects.
Copy/paste detector for programming source code, supports 223 formats. AI-ready with token-efficient reporter, skill and MCP server.
XcodeBuildMCP provides tools for Xcode project management, simulator management, and app utilities.
Manage Supabase projects — databases, auth, storage, and edge functions
MCP Security Weekly
Get CVE alerts and security updates for ai.dataecho/mcp and similar servers.
Start a conversation
Ask a question, share a tip, or report an issue.
Sign in to join the discussion.
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.
# both skills, any supported agent (global; drop -g for project-local)
npx skills add mohocp/dataecho -g
# just one of them
npx skills add mohocp/dataecho --skill dataecho -g
npx skills add mohocp/dataecho --skill dataecho-memory -g
Claude Code plugin route:
/plugin marketplace add mohocp/dataecho
/plugin install dataecho@dataecho
No npm? Install the deploy helper scripts directly:
curl -fsSL https://dataecho.ai/install.sh | bash # macOS / Linux
irm https://dataecho.ai/install.ps1 | iex # Windows PowerShell
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