Skip to main content
Glama

メモリMCP

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

特徴

  • 知識グラフ構造を用いた永続メモリストレージ

  • 情報を整理するための実体関係モデル

  • 思い出を追加、検索、取得するためのツール

Related MCP server: cortex-engine

ツール

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

  • load_knowledge_graph() : ナレッジグラフ全体を取得する

  • get_knowledge_graph_size() : グラフの現在のサイズ カテゴリ (「小」、「中」、「大」) を返します。

  • add_entities(entities) : 新しいエンティティをメモリに追加する

  • add_relations(relations) : エンティティ間の関係を作成する

  • add_observations(entity_name, observations) : 既存のエンティティに観測情報を追加します

  • delete_entities(entity_names) : メモリからエンティティを削除します

  • delete_relations(relations) : 関係を削除する

  • search_nodes(query, search_mode) : クエリに一致するエンティティとリレーションを検索します。3つの検索モードをサポートします。

    • "exact_phrase": クエリ全体を部分文字列として一致させます

    • "any_token": クエリ内のいずれかの単語が一致する場合に一致します(デフォルト)

    • "all_tokens": クエリ内のすべての単語が一致する場合に一致します

  • open_nodes(names) : 特定のエンティティとそれらの間の関係を取得します。

使用法

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

uv run memory_agent.py

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

  1. 会話の開始時にメモリをロードする

  2. やり取り中に関連情報を参照する

  3. 会話が終了したら新しい情報でメモリを更新する

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

構成

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

F
license - not found
Not graded
quality - not tested
D
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Related MCP Servers

  • A
    license
    A
    quality
    D
    maintenance
    Provides persistent long-term memory for AI agents through semantic search and automated knowledge graph extraction. It enables agents to store, recall, and reason over facts, preferences, and relationships across multiple conversations and sessions.
    14
    8
    MIT
  • F
    license
    Not graded
    quality
    D
    maintenance
    An agentic memory system that enables AI assistants to store, search, and manage persistent memories with semantic understanding using natural language instructions.
  • A
    license
    Not graded
    quality
    D
    maintenance
    Provides persistent knowledge graph memory for AI agents, enabling them to store, recall, and query facts about people, projects, and relationships across sessions.
    MIT

View all related MCP servers

Related MCP Connectors

  • Persistent memory and knowledge graphs for AI agents. Hybrid search, context checkpoints, and more.

  • Persistent memory and knowledge graph for AI assistants — keyword + vector + graph search.

  • Persistent memory for AI agents — verbatim conversations, searchable by meaning.

View all MCP Connectors

Latest Blog Posts

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/HamzaFarhan/memory'

If you have feedback or need assistance with the MCP directory API, please join our Discord server