ディレクトリに戻る

mem9

キュレーション掲載メンテナンス: 活発

mem9-ai/mem9

各ユーザーターン前の自動想起、完了ターンの背景スマート取り込み、5 つの記憶ツール(store/search/get/update/delete)を DeepSeek Harness に追加。

GitHub で見る
$ dsh plugin add mem9

1,208

スター

123

フォーク

TypeScript

言語

Apache-2.0

ライセンス

2026-03-08

作成日

2026-08-25

最終プッシュ

Apache-2.0 の永続 agent memory サーバー。DeepSeek Harness にはネイティブ DSH/Cordis バンドルで接続し、ホストまたはセルフホストで複数ランタイム間のメモリ共有とハイブリッド検索を実現します。

DSH 統合

ネイティブ実行

作者による申告

安全性監査

未監査

最終検証日

2026-08-21

ライセンス

Apache-2.0

01どんなタスクに使えるのか?

  • Give DeepSeek Harness agents persistent memory across sessions and machines

    Recall, smart ingest, and memory tools that store, search, get, update, and delete memories against the mem9 server, so agent context survives restarts, laptop switches, and long-running projects

    DeepSeek Harness (dsh) users whose agents lose context between sessions

  • Share one agent memory layer across multiple runtimes and workflow platforms

    A single mem9 space that DeepSeek Harness, OpenClaw, Claude Code, OpenCode, Codex, Dify apps, and custom HTTP clients read and write together via the same store/search/get/update/delete API

    Teams running multi-agent workflows across different agent runtimes who want one shared memory instead of separate local notebooks

02DeepSeek Harness への導入方法

前提条件

  • A mem9 endpoint — the hosted API at https://api.mem9.ai, or a self-hosted mnemo-server backed by TiDB, PostgreSQL, or db9
  • A mem9 API key for your space (returned or configured by your provisioning flow)

インストール手順

  1. 01

    Choose your mem9 endpoint: use the hosted API (https://api.mem9.ai), or self-host by applying the matching control-plane schema and starting mnemo-server with MNEMO_DSN

  2. 02

    Follow the DeepSeek Harness integration guide in dsh-plugin/README.md to install the native DSH/Cordis bundle

  3. 03

    Set your credentials: export MEM9_API_URL (hosted or self-hosted server URL) and export MEM9_API_KEY

導入成功の確認

作者は未記載

03DSH 統合と能力の範囲

DSH 統合ネイティブ実行

Native DSH/Cordis bundle with recall, smart ingest, and memory tools, backed by the mem9 memory server (hosted API or self-hosted)

  • Persistent memory across sessions and machines

    agent conversations and durable factsmemories that survive restarts, laptop switches, and long-running projects

    memories are written to the mem9 server (hosted API or self-hosted database), not kept purely local
  • Shared multi-agent memory space

    one mem9 space with an X-API-Key (optionally X-Mnemo-Agent-Id per agent)store, search, get, update, and delete operations shared across OpenClaw, Hermes Agent, Claude Code, OpenCode, Codex, DeepSeek Harness, Dify and custom clients

    all connected runtimes read and write the same memory space
  • Hybrid recall and visual dashboard

    natural-language queries against the memory spacesemantic search, keyword search, and inspection workflows in one system, plus a dashboard to inspect and manage memory

  • Hosted or self-hosted deployment

    the hosted mem9 API (https://api.mem9.ai), or self-hosted mnemo-server on tidb / postgres / db9the same API contract either way — switching deployment is a base-URL and credential change, not a plugin rewrite

    self-hosting requires applying the control-plane schema and running mnemo-server with MNEMO_DSN

04誰に向いているのか?使うべきでない場面は?

向いている用途

  • DeepSeek Harness (dsh) users whose agents lose context between sessions
  • Teams running multi-agent workflows across different agent runtimes who want one shared memory instead of separate local notebooks

不向きな用途

  • mem9 is not a purely local plugin — it requires a running mem9 endpoint, either the hosted API at https://api.mem9.ai or a self-hosted mnemo-server with a TiDB, PostgreSQL, or db9 backend and the matching control-plane schema applied.
  • Memory recall and ingest are server-side operations sent over the network: with the hosted API, memories live in mem9's TiDB Cloud Starter-based service, so sensitive context may leave the local machine unless you self-host.

05互換性・メンテナンス・セキュリティ上の注意

  • mem9 is not a purely local plugin — it requires a running mem9 endpoint, either the hosted API at https://api.mem9.ai or a self-hosted mnemo-server with a TiDB, PostgreSQL, or db9 backend and the matching control-plane schema applied.
  • Memory recall and ingest are server-side operations sent over the network: with the hosted API, memories live in mem9's TiDB Cloud Starter-based service, so sensitive context may leave the local machine unless you self-host.
  • Self-hosted smart ingest depends on an LLM provider API key (MNEMO_LLM_API_KEY); without it, ingest silently falls back to raw ingest behavior, which may lower memory quality.
2026-03-082026-08-19作者は未記載

Apache-2.0 · actively maintained (last push 2026-08-19)

06よくある質問

mem9 を DeepSeek Harness に接続するには?

mem9 はリコール・スマート取り込み・メモリツールを備えたネイティブ DSH/Cordis バンドルを提供します。dsh-plugin/README.md の DeepSeek Harness ガイドに従ってインストールし、MEM9_API_URL と MEM9_API_KEY をホスティング API またはセルフホストサーバーに向けてください。

mem9 サーバーのセルフホストは必須ですか?

いいえ。最速の方法はホスティング API(https://api.mem9.ai)の利用です。セルフホストも完全にサポートされており、対応するコントロールプレーンのスキーマ(TiDB・PostgreSQL・db9)を適用して MNEMO_DSN を指定し mnemo-server を起動します。両者の API 契約は同じなので、後から切り替える場合はベース URL と認証情報を変更するだけです。

エージェントメモリはどこに保存されますか?

MEM9_API_URL が指す mem9 スペースに保存されます。ホスティング API は TiDB Cloud Starter 上で稼働し、セルフホスト時はご自身のデータベースに保存されます。メモリの保存・検索・更新・削除はすべて mem9 サーバー API 経由で行われます。

複数のエージェントで同じメモリを共有できますか?

できます。1 つのスペースを OpenClaw・Hermes Agent・Claude Code・OpenCode・Codex・DeepSeek Harness・Dify アプリ・カスタムクライアントで同時に利用できるため、すべてのランタイムが同じ事実をリコールできます。X-Mnemo-Agent-Id を設定すれば、共有スペース内での書き込み元を区別できます。

08データと出典

  • 作者による申告github.com8a6d5c236b12…

    | DeepSeek Harness | Native DSH/Cordis bundle with recall, smart ingest, and memory tools | [`dsh-plugin/README.md`](dsh…

  • 作者による申告github.com8a6d5c236b12…

    Hermes Agent, Claude Code, OpenCode, Codex, DeepSeek Harness, and Dify guides are below.

このページは、プロジェクトの公開ドキュメント、リポジトリのメタデータ、および DSH Plugins の構造化解析に基づいて生成されています。最終検証日:2026-08-21。誤りを見つけた場合は、修正を送信してください。

🏆

dsh プラグイン おすすめ

最初に入れたい 12 のプラグイン。全カタログ・全カテゴリから厳選しました。

DSH Plugins は DeepSeek Harness プラグインの独立したコミュニティ ディレクトリです。DeepSeek との提携・公認はありません。サードパーティ製プラグインはセキュリティ監査を受けていません。インストール前にソースコードをご確認ください。

DeepSeek Harnessの新着プラグインを毎週お届け。スパムはありません。