Uses Markdown format with YAML front matter for storing and organizing memory entries, supporting rich text formatting and metadata management
Provides full-text search capabilities using SQLite FTS5 for indexing and searching through stored memory content and link graphs
Utilizes YAML front matter in Markdown files for structured metadata storage and organization of memory entries
Memory MCP (Olima + Basic-Memory + Zettelkasten + PARA)
로컬 퍼시스턴트 메모리를 MCP 서버로 노출하여, Claude 등 MCP 호환 에이전트에서 즉시 활용할 수 있게 하는 프로젝트입니다.
저장: Markdown + YAML Front Matter
조직: PARA(Projects/Areas/Resources/Archives)
연결: Zettelkasten(UID/백링크/링크 무결성)
검색: SQLite FTS5 + 링크 그래프 (→ 임베딩 유사도 확장)
연상: Olima 문맥 기반 리랭킹/추천
빠른 시작 (개발 모드 예시)
문서
docs/ROADMAP.md
: 에픽/기능/스펙 트리 구조와 목표docs/TECHNICAL_SPEC.md
: 기술 스택/보안/관측/KPIdocs/ARCHITECTURE.md
: 패키지 구성, 시퀀스 다이어그램, 데이터 모델 예시docs/GOALS.md
: 주요 목표와 마일스톤/KPIdocs/specs/*
: 에픽-기능별 폴더,plan.md
/tasks.md
/<스펙이름>-spec.md
리포 구조(예시)
코딩 규칙 및 운영
규칙: camelCase/PascalCase/UPPER_SNAKE_CASE, Conventional Commits
테스트: 유닛/통합/부하, 커버리지 80%+
보안: 민감정보 마스킹, 원자적 쓰기, 로컬 우선
운영: 구조적 로그(JSON), 로테이션, OpenTelemetry(선택)
라이선스
TBD
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.
Exposes local persistent memory as an MCP server with Markdown storage, PARA organization, Zettelkasten linking, and SQLite FTS5 search. Enables Claude and other MCP-compatible agents to store, organize, and retrieve knowledge with context-based recommendations through the Olima association engine.