Memory MCP

by HamzaFarhan

Integrations

  • Provides persistent memory capabilities allowing AI agents to maintain and reference information across multiple conversations through a knowledge graph structure.

メモリMCP

会話間の永続的な情報保存を可能にする AI エージェント向けの知識グラフベースのメモリ システム。

特徴

  • 知識グラフ構造を用いた永続メモリストレージ
  • 情報を整理するための実体関係モデル
  • 思い出を追加、検索、取得するためのツール

ツール

システムは次の MCP ツールを提供します。

  • load_knowledge_graph() : ナレッジグラフ全体を取得する
  • add_entities(entities) : 新しいエンティティをメモリに追加する
  • add_relations(relations) : エンティティ間の関係を作成する
  • add_observations(entity_name, observations) : 既存のエンティティに観測情報を追加します
  • delete_entities(entity_names) : メモリからエンティティを削除します
  • delete_relations(relations) : 関係を削除する
  • search_nodes(query) : クエリに一致するエンティティとリレーションを検索します
  • open_nodes(names) : 特定のエンティティとその関係を取得します

使用法

次のコマンドでエージェントを実行します。

uv run memory_agent.py

エージェントは自動的に次の処理を実行します。

  1. 会話の開始時にメモリをロードする
  2. やり取り中に関連情報を参照する
  3. 会話が終了したら新しい情報でメモリを更新する

qと入力して会話を終了します。

構成

MEMORY_FILE_PATH環境変数を使用してメモリの保存場所を設定します (デフォルトはmemory.json )。

-
security - not tested
F
license - not found
-
quality - not tested

会話間の永続的な情報保存を可能にする AI エージェント向けの知識グラフベースのメモリ システム。

  1. 特徴
    1. ツール
      1. 使用法
        1. 構成

          Related MCP Servers

          • A
            security
            A
            license
            A
            quality
            An improved implementation of persistent memory using a local knowledge graph with a customizable --memory-path. This lets Claude remember information about the user across chats.
            Last updated -
            9
            85
            189
            JavaScript
            MIT License
            • Apple
          • -
            security
            A
            license
            -
            quality
            A basic implementation of persistent memory using a local knowledge graph. This lets Claude remember information about the user across chats.
            Last updated -
            9
            14,698
            45,638
            JavaScript
            MIT License
            • Apple
            • Linux
          • -
            security
            A
            license
            -
            quality
            A persistent memory implementation using a local knowledge graph that lets Claude remember information about users across conversations.
            Last updated -
            4
            Python
            MIT License
          • -
            security
            A
            license
            -
            quality
            Enhanced knowledge graph memory server for AI assistants that uses Neo4j as the backend storage engine, enabling powerful graph queries and efficient storage of user interaction information with full MCP protocol compatibility.
            Last updated -
            TypeScript
            MIT License

          View all related MCP servers

          ID: 8loagwfqhu