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): 쿼리와 일치하는 엔티티와 관계를 검색합니다. 세 가지 검색 모드를 지원합니다."exact_phrase": 전체 쿼리를 하위 문자열로 일치시킵니다.
"any_token": 쿼리의 단어 중 하나라도 일치하는 경우 일치(기본값)
"all_tokens": 쿼리의 모든 단어가 일치하는 경우 일치합니다.
open_nodes(names): 특정 엔터티와 엔터티 간의 관계를 검색합니다.
용법
다음을 사용하여 에이전트를 실행합니다.
지엑스피1
에이전트는 자동으로 다음을 수행합니다.
대화 시작 시 메모리를 로드합니다.
상호작용 중 관련 정보를 참조하세요.
대화가 끝나면 새로운 정보로 메모리를 업데이트합니다.
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