메모리 MCP 서버
로컬 파일에 저장된 메모리를 저장, 검색 및 관리하기 위한 도구를 제공하는 MCP(모델 컨텍스트 프로토콜) 서버입니다.
특징
- 선택적 태그를 사용하여 텍스트 메모리를 저장합니다.
- 텍스트나 태그로 추억을 검색하세요
- 저장된 모든 메모리를 검색합니다
- 특정 메모리 삭제
- 태그 사용 통계 보기
- 로컬 JSON 파일의 영구 저장소
설치
출처에서
- 이 저장소를 복제하세요
- 종속성 설치:지엑스피1
- 서버를 빌드하세요:
용법
서버 실행
다음을 사용하여 서버를 실행합니다.
여기서 storage-path
는 메모리 파일을 저장할 디렉토리입니다(기본값은 현재 디렉토리).
데스크톱용 Claude 설정
Claude for Desktop과 함께 이 서버를 사용하려면:
- Claude for Desktop 구성 파일을 엽니다.
- macOS:
~/Library/Application Support/Claude/claude_desktop_config.json
- Windows:
%APPDATA%\Claude\claude_desktop_config.json
- macOS:
- 서버 구성을 추가합니다.
- Claude for Desktop을 다시 시작하세요. 변경 사항을 적용하려면 실행 중인 Claude 프로세스를 강제 종료해야 할 수 있습니다.
사용 가능한 도구
서버는 다음 도구를 제공합니다.
store-memory
새로운 메모리를 저장합니다.
매개변수:
content
(문자열, 필수): 저장할 텍스트 콘텐츠tags
(문자열 배열, 선택 사항): 메모리를 분류하는 태그
search-memories
기억을 찾아서.
매개변수:
searchTerm
(문자열, 선택 사항): 메모리 콘텐츠에서 검색할 텍스트tag
(문자열, 선택 사항): 이 태그로 메모리 필터링
get-all-memories
저장된 모든 메모리를 검색합니다.
매개변수: 없음
delete-memory
ID로 메모리를 삭제합니다.
매개변수:
id
(문자열, 필수): 삭제할 메모리의 ID
get-tags-summary
사용된 모든 태그의 요약을 가져옵니다.
매개변수: 없음
Claude에서의 사용 예
다음은 Claude와 함께 사용할 수 있는 몇 가지 쿼리 예시입니다.
- "이 정보를 저장하세요: 프로젝트 마감일은 2025년 3월 15일입니다. 태그: 작업, 마감일"
- "나는 일과 관련하여 어떤 기억을 가지고 있을까?"
- "내 모든 기억을 보여줘"
- "ID abc123의 메모리 삭제"
- "내 기억 속에 어떤 태그를 사용했나요?"
파일 구조
서버는 지정된 저장 디렉토리에 memories.json
이라는 이름의 파일에 메모리를 저장합니다.
특허
MIT
This server cannot be installed
local-only server
The server can only run on the client's local machine because it depends on local resources.
Claude가 로컬 JSON 파일에 태그가 있는 텍스트 메모리를 지속적으로 저장, 검색, 관리할 수 있게 해주는 모델 컨텍스트 프로토콜 서버입니다.
Related MCP Servers
- -securityFlicense-qualityA Model Context Protocol server for Claude Desktop that provides structured memory management across chat sessions, allowing Claude to maintain context and build a knowledge base within project directories.Last updated -TypeScript
Rember MCPofficial
-securityAlicense-qualityA Model Context Protocol server that allows Claude to create flashcards for Rember, helping users study and remember information through spaced repetition reviews.Last updated -8816TypeScriptMIT License- -securityAlicense-qualityA Model Context Protocol server that enables Claude to interact directly with Contentful CMS, allowing the AI to fetch content types and entries from a Contentful space.Last updated -1TypeScriptMIT License
- -securityFlicense-qualityA Model Context Protocol server that enables Claude to interact with your Todoist account, allowing you to manage tasks, projects, and labels through natural language.Last updated -1Python