Skip to main content
Glama
CSOAI-ORG

Memory Search MCP Server

by CSOAI-ORG

MEOK AI Labs 제공 — 모두를 위한 주권 AI 도구.

메모리 검색 MCP 서버

AI 에이전트 및 어시스턴트를 위한 영구 메모리 시스템입니다. 중요도 가중치와 감정가를 포함한 에피소드 기억을 기록하고, 전문 검색 관련성 순위로 검색하며, 사실 및 참조 자료의 지식 베이스를 유지하고, 시간적 연결을 추적하며, 오래된 기억을 자동으로 통합합니다.

mcp 패키지 외에 외부 의존성이 없으며, 빠른 전문 검색을 위해 FTS5가 포함된 SQLite를 사용합니다. 데이터는 ~/.mcp-memory/memories.db에 저장됩니다.

도구

도구

설명

record_memory

중요도 가중치, 중요성, 감정, 태그를 포함한 기억 에피소드 저장

search_memory

중요도 가중치 및 태그 필터링을 포함한 전문 의미론적 검색

add_knowledge

지식 베이스에 영구적인 사실/참조 자료 추가

search_knowledge

주제 또는 내용별로 지식 베이스 검색

list_memories

시간, 중요도 또는 액세스 횟수별로 정렬된 최근 기억 탐색

get_memory_stats

메모리 저장소 통계: 개수, 평균, 저장소 크기

get_temporal_chain

임의의 기억으로부터 시간 순서대로 앞/뒤 추적

consolidate_memories

공간 절약을 위해 액세스 빈도가 낮은 오래된 기억 보관

설치

pip install mcp

사용법

서버 실행

python server.py

Claude Desktop 설정

{
  "mcpServers": {
    "memory-search": {
      "command": "python",
      "args": ["/path/to/memory-search-mcp/server.py"]
    }
  }
}

호출 예시

기억 기록:

Tool: record_memory
Input: {"content": "User prefers dark mode and compact layouts", "source_agent": "preferences", "memory_type": "insight", "care_weight": 0.8, "tags": ["preferences", "ui"]}
Output: {"success": true, "episode_id": "a3f2b1c8d9e0", "timestamp": "2026-04-13T10:30:00"}

기억 검색:

Tool: search_memory
Input: {"query": "user interface preferences", "limit": 5, "care_weight_min": 0.5}
Output: {"results": [...], "count": 3, "query": "user interface preferences"}

지식 추가:

Tool: add_knowledge
Input: {"topic": "Python asyncio", "content": "Use asyncio.gather() for concurrent coroutines...", "confidence": 0.9}
Output: {"success": true, "knowledge_id": "k1a2b3c4d5e6", "topic": "Python asyncio"}

시간적 연결 추적:

Tool: get_temporal_chain
Input: {"episode_id": "a3f2b1c8d9e0", "direction": "backward", "max_steps": 10}
Output: {"chain": [...], "direction": "backward", "steps": 7}

데이터 저장

모든 데이터는 ~/.mcp-memory/memories.db (SQLite)에 저장됩니다. 초기화하려면 이 파일을 삭제하십시오. 백업하려면 파일을 복사하십시오.

요금

등급

제한

가격

무료

일일 100회 호출

$0

프로

무제한 + 벡터 임베딩 + 클라우드 동기화

월 $9

엔터프라이즈

맞춤형 + 팀 공유 + 저장 데이터 암호화

문의 요망

라이선스

MIT

-
security - not tested
A
license - permissive license
-
quality - not tested

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Latest Blog Posts

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/CSOAI-ORG/memory-search-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server