A
securityF
licenseA
qualityThis MCP server provides persistent memory integration for chat applications by utilizing a local knowledge graph to remember user information across interactions.
Last updated -
9
55,855
5
JavaScript
감정 분석과 자동 대화 저장을 지원하여 대화형 저널링 세션을 처리하도록 설계된 MCP(메시지 제어 프로토콜) 서버입니다.
Claude Desktop에서 MCP 클라이언트에 따라:
지엑스피1
서버는 .env 파일의 환경 변수를 사용하여 구성할 수 있습니다.
JOURNAL_DIR
: 저널 파일을 저장할 디렉토리(기본값: ~/Documents/journal)FILENAME_PREFIX
: 파일 이름의 접두사(기본값: "journal")FILE_EXTENSION
: 저널 파일 확장자(기본값: ".md")지정하지 않으면 기본값이 사용됩니다.
저널 항목은 다음과 같은 구조로 저장됩니다.
각 저널 항목에는 다음이 포함됩니다.
start_new_session()
: 새로운 저널링 세션을 시작합니다record_interaction(user_message, assistant_message)
: 메시지 교환을 기록합니다.generate_session_summary(summary)
: 세션 요약을 생성하고 저장합니다.get_recent_journals()
: 가장 최근의 5개 항목을 검색합니다.journals://recent
: 최근 저널 항목에 액세스하기 위한 엔드포인트start_journaling
: 초기 프롬프트local-only server
The server can only run on the client's local machine because it depends on local resources.
MCP 서버는 클로드와의 채팅을 저널 세션으로 변환하여 대화를 로컬에 저장하고 LLM이 이전 세션을 검색하여 일상 활동에 대한 토론의 연속성을 만들 수 있도록 합니다.
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/mtct/journaling_mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server