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

基于知识图谱的人工智能代理记忆系统,可在对话之间实现持久信息存储。

特征

  • 使用知识图谱结构的持久内存存储
  • 用于组织信息的实体关系模型
  • 添加、搜索和检索记忆的工具

工具

系统提供以下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

基于知识图谱的人工智能代理记忆系统,可在对话之间实现持久信息存储。

  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