memory-ferry
Memory Ferry
Memory Ferry · 记忆摆渡 は、AIエージェント向けのローカルファーストでクロスデバイス対応の長期記憶・再利用可能なスキルレイヤーです。通常のVaultフォルダをiCloud Drive、OneDrive、Dropbox、Syncthing、またはマウントしたNASに置き、Codex、Claude Code、Cursor、OpenCode、DeepSeek Harness、Gemini CLI、GitHub Copilot CLI、MiniMax Codeを同じメモリに接続できます。
中国語説明 · 英語ユーザーガイド · 中国語ユーザーマニュアル
バージョン
0.6.0-beta.1はエンドツーエンド暗号化を提供しません。パスワード、APIキー、トークン、秘密鍵、リカバリコード、その他の機密情報を保存しないでください。
存在する理由
クロスコンピュータ: ホスト型コントロールプレーンやデータベースデーモンなしで通常のファイルを同期します。
クロスエージェント: メモリをモデルベンダーに固定せず、単一のMCPおよびCLI契約を公開します。
オフラインフレンドリー: 各書き込みは独立した不変のJSONイベントであり、後で同期されます。
競合耐性: 同時追加が互いに上書きすることはなく、更新は決定的に収束します。
再利用可能なスキル: macOSおよびWindowsで、コンテンツハッシュにより単一のVaultソースをエージェント固有のスキルディレクトリにコピーします。
低コスト: すでに運用しているストレージと同期ソフトウェアを再利用します。
Related MCP server: SharedBrain
対応エージェント
エージェント | MCP | 共有スキル |
OpenAI Codex | ✓ | ✓ |
Claude Code | ✓ | ✓ |
Cursor | ✓ | ✓ |
OpenCode | ✓ | ✓ |
DeepSeek Harness | ✓ | ✓ |
Gemini CLI | ✓ | ✓ |
GitHub Copilot CLI | ✓ | ✓ |
MiniMax Code | ✓ | ✓ |
クイックスタート
Node.js 20以降が必要です:
npm install -g memory-ferry@beta
memory-ferry init "/path/to/your/synced/MemoryFerryVault"
memory-ferry agents install all
memory-ferry remember "Prefer concise answers" --kind preference --scope global
memory-ferry recall "answer style"
memory-ferry uiベータ期間中は、明示的な @beta タグを使用してください。アップグレードまたはアンインストールは次のように行います:
npm install -g memory-ferry@beta
npm uninstall -g memory-ferryダッシュボードはループバック専用で、ブラウザで開き、英語と中国語に対応し、複数のVaultを管理し、エージェントの接続・切断、Vaultコンテンツの安全な移行を行い、実行中は5分ごとにスキルを調整します。
Windows ポータブルアプリ
Windows x64リリースはポータブルな MemoryFerry.exe です。インストーラも個別のNode.jsインストールも不要です。EXEを恒久的なフォルダに置いてダブルクリックします。コンソールウィンドウなしで起動し、ローカルダッシュボードを開きます。コマンドライン出力が必要な場合は、同梱の MemoryFerry-CLI.cmd を使用してください。
ベータ版は商用コード署名がされていないため、Windowsに「発行元不明」の警告が表示される場合があります。同梱のSHA-256ファイルを確認し、SmartScreenを有効にしたままにしてください。
ストレージモデル
MemoryFerryVault/
├── memory-ferry.json
├── memory/events/<device-id>/<date>/<event-id>.json
└── skills/<skill-name>/...デバイスID、クロック、イベントキャッシュ、オプションのOllama埋め込みインデックスは、同期フォルダの外部に保持されます。VaultにはライブのSQLiteデータベース、WAL、ロックファイルは含まれません。
アップグレード互換性
Memory Ferryは既存のAgent Vault Syncインストールを認識します:
agent-vault.jsonが受け入れられ、古いファイルを削除せずに新しいmemory-ferry.jsonコンパニオンマニフェストが作成されます。新しい状態が存在しない場合、
~/.agent-vault-syncの状態は~/.memory-ferryに移行されます。AGENT_VAULT_*環境変数は、対応するMEMORY_FERRY_*のフォールバックとして残ります。エージェントを再接続すると、古い管理対象の
agent-vaultエントリが削除され、memory-ferryが書き込まれます。レガシーの
agent-vaultCLIエイリアスは、ベータ移行期間中も利用可能です。
重要なVaultはアップグレード前にバックアップし、別のコンピュータで同じVaultを開く前に、同期クライアントが完了するのを待ってください。
オプションのセマンティックリコール
ローカルのOllamaが利用可能な場合、recall と context はセマンティック類似度とUnicode/CJKテキストスコアリングをブレンドします。MEMORY_FERRY_EMBED=off を設定するか、--no-semantic を渡すと、テキストのみの検索を使用します。埋め込みインデックスはローカルに保持され、クラウド同期または移行後、最初のクエリが返される前に修復されます。
開発
npm ci
npm run test:all
npm audit --omit=dev
npm pack --dry-runWindowsリリースはGitHub Actionsでビルドおよびスモークテストされます。CONTRIBUTING.md、SECURITY.md、architecture.md を参照してください。
ライセンス
MIT。スタンドアロンリリースには、Node.jsおよびサードパーティのライセンス表示も含まれます。
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Connectors
Persistent memory and knowledge management for AI agents with semantic search and 50+ tools.
Persistent memory for AI agents. Semantic search, memory graph, W3C DID identity.
Persistent memory for AI agents. Search, store, and recall across sessions.
Persistent memory for AI agents. Search and store durable facts, preferences and decisions.
Related MCP Servers
- FlicenseNot gradedqualityDmaintenanceProvides persistent AI agent memory using a local vector database for long-term semantic storage and short-term session scratchpads. It enables low-latency memory operations including search, storage, and bulk management without external cloud dependencies.
- AlicenseNot gradedqualityBmaintenanceLocal-first, multi-user shared memory for AI agents with semantic search, offline support, and team synchronization.MIT
- AlicenseNot gradedqualityBmaintenanceEnables AI agents to maintain persistent, local memory with retrieval-augmented search, knowledge graphs, and context surfacing, without any cloud dependencies.135MIT
- AlicenseNot gradedqualityDmaintenanceEnables AI agents with long-term memory and retrieval-augmented generation (RAG) capabilities, allowing them to recall past conversations, search local files, and learn user preferences.MIT
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/iced7/memory-ferry'
If you have feedback or need assistance with the MCP directory API, please join our Discord server