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) : 특정 엔터티와 그 관계를 검색합니다.

용법

다음을 사용하여 에이전트를 실행합니다.

지엑스피1

에이전트는 자동으로 다음을 수행합니다.

  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