Memory MCP
メモリ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エージェントは自動的に次の処理を実行します。
会話の開始時にメモリをロードする
やり取り中に関連情報を参照する
会話が終了したら新しい情報でメモリを更新する
qと入力して会話を終了します。
構成
MEMORY_FILE_PATH環境変数を使用してメモリの保存場所を設定します (デフォルトはmemory.json )。
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 Servers
AlicenseAqualityDmaintenanceProvides 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.148MIT- AlicenseNot gradedqualityAmaintenancePersistent memory for AI agents with semantic memory, belief tracking, and dream consolidation, enabling cross-session knowledge retention.3149MIT
- FlicenseNot gradedqualityDmaintenanceAn agentic memory system that enables AI assistants to store, search, and manage persistent memories with semantic understanding using natural language instructions.
- AlicenseNot gradedqualityDmaintenanceProvides persistent knowledge graph memory for AI agents, enabling them to store, recall, and query facts about people, projects, and relationships across sessions.MIT
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.
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/HamzaFarhan/memory'
If you have feedback or need assistance with the MCP directory API, please join our Discord server