Skip to content
杨海滨 edited this page Jun 1, 2026 · 4 revisions

安装

Memcore Cloud(忆凡尘 / Yifanchen)提供一行安装入口。安装后会在本机启动本地页面:

http://127.0.0.1:9850

macOS / Linux / WSL

curl -fsSL https://raw.githubusercontent.com/strmforge/memcore-cloud/main/install.sh | bash

Windows PowerShell

irm https://raw.githubusercontent.com/strmforge/memcore-cloud/main/install.ps1 | iex

Let A Local Agent Install It

If you are using Codex, Claude Code CLI, OpenClaw, Hermes, or another local agent that can run terminal commands, paste this prompt into it:

Please install Memcore Cloud (Yifanchen) from https://github.com/strmforge/memcore-cloud on this machine.
After installation, start the local services. Automatically install the Codex skill. If Codex CLI is available, automatically register the Codex MCP server named yifanchen-zhiyi at http://127.0.0.1:9851/mcp.
If OpenClaw, Hermes, or Claude Desktop is available, use the installer defaults to connect them too; Claude Desktop needs the local MCP bridge registration before it can actually query Memcore Cloud.
Finish with capability check mode only; do not recall my real memory.

中文提示:

请帮我在本机安装 Memcore Cloud(忆凡尘 / Yifanchen),仓库是 https://github.com/strmforge/memcore-cloud 。
安装完成后请启动本机服务;请自动安装 Codex skill;如果检测到 Codex CLI,请自动把 Codex MCP 接到 http://127.0.0.1:9851/mcp,MCP 名称用 yifanchen-zhiyi。
如果检测到 OpenClaw、Hermes 或 Claude Desktop,也请按安装器默认方式接入;Claude Desktop 需要注册本机 MCP bridge 才能真正查询 Memcore Cloud。
最后只做 capability check,不要召回我的真实记忆。

这条提示的目的,是让用户不用先理解 Skill 或 MCP。安装器会按本机情况尽量接入。已经打开的 AI 会话可能需要重开后才能看到新 skill 或 MCP。

Check Whether It Worked

Open:

http://127.0.0.1:9850

Then run the safe first check through a connected client:

{"query":"capability check","mode":"capability_check"}

Good result:

read_only: true
recall_performed: false
raw_excerpt_returned: false
mcp_tools: ["zhiyi_recall"]

Skill And MCP

The local MCP endpoint is:

http://127.0.0.1:9851/mcp

The shared skill lives in the repository at:

system/skills/yifanchen-zhiyi

Skill is the usage rule. MCP is the connection. Installing a skill is a connection signal, not permission to read chat bodies.

Update

If Memcore Cloud is already installed:

  1. Open http://127.0.0.1:9850.
  2. Go to Settings & Update.
  3. Click Check for updates.
  4. If a new version is available, use one-click update.

The updater keeps local memory, raw records, Zhiyi records, settings, logs, and backups.

If the local page cannot open, rerun the installer as a repair install.

Uninstall

macOS / Linux:

~/.memcore-cloud/uninstall.sh

Windows:

.\uninstall.ps1

Uninstalling removes the app files only. Local data directories are kept so your memory records are not accidentally deleted.

Clone this wiki locally