mcp
БесплатноНе проверенDeploy files, sites, and Dockerfile apps to live URLs + private drives for agent memory.
Описание
Deploy files, sites, and Dockerfile apps to live URLs + private drives for agent memory.
README
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.
Install
# 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
What's inside
- 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 handling
- scripts/drive.sh — drive CRUD, import/export, scoped share tokens, ETag-safe writes
- scripts/publish.ps1 — Windows PowerShell publisher
- skills/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
- scripts/memory.sh —
Security & privacy
- Credentials: the API key (obtained via an email one-time code) is stored at
~/.artifact/credentials(chmod 600), or passed via$ARTIFACT_API_KEY. Nothing else is written outside the project. Revoke keys any time from the dashboard. - Network: scripts talk only to
https://dataecho.ai(override:$ARTIFACT_BASE_URL). No telemetry, no third-party calls. - Anonymous publishes need no account; they expire in 24 h unless claimed. Claim tokens are saved locally under
~/.artifact/claims/. - Memory is private storage, scoped to your account; share access is via revocable, prefix/TTL-scoped drive tokens. Don't store secrets in memories — it's not a vault.
- The
curl | bashinstaller above is a convenience mirror of install.sh; the canonical scripts are versioned in this repo.
Links
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
License
Установка mcp
У этого сервера нет опубликованного пакета — он собирается из исходников. Открой репозиторий и следуй инструкции в README.
▸ github.com/mohocp/dataechoFAQ
mcp MCP бесплатный?
Да, mcp MCP бесплатный — установка в пару кликов через Unyly без оплаты.
Нужен ли API-ключ для mcp?
Нет, mcp работает без API-ключей и переменных окружения.
mcp — hosted или self-hosted?
Доступен hosted-вариант: Unyly запускает сервер в облаке, локальная установка не обязательна.
Как установить mcp в Claude Desktop, Claude Code или Cursor?
Открой mcp на unyly.org, выбери вкладку своего клиента (Claude Desktop, Claude Code, Cursor) и нажми Install — конфиг сгенерируется автоматически, без правки JSON.
Похожие MCP
Fetch
Web content fetching and conversion for efficient LLM usage.
AWS KB Retrieval
Retrieval from AWS Knowledge Base using Bedrock Agent Runtime.
автор: modelcontextprotocolSpring AI MCP Server
Provides auto-configuration for setting up an MCP server in Spring Boot applications.
llm-analysis-assistant
A very streamlined mcp client that supports calling and monitoring stdio/sse/streamableHttp, and can also view request responses through the /logs page. It also
автор: xuzexin-hzCompare mcp with
Не уверен что выбрать?
Найди свой стек за 60 секунд
Автор?
Embed-бейдж для README
Похожее
Все в категории ai
