Skip to main content
Glama
Vince-Yi

Sentinel-Memory MCP

by Vince-Yi

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault

No arguments

Capabilities

Features and capabilities supported by this server

CapabilityDetails
tools
{
  "listChanged": true
}

Tools

Functions exposed to the LLM to take actions

NameDescription
search_memory

[작업 시작 전 필수 호출] 과거 기록을 조회한다. 반환된 전체 내용을 바탕으로 현재 작업과 관련 있는 lesson / ask_next_time을 직접 판단하라.

log_memory

[작업 완료 후 필수 호출] 작업에서 발견한 지식을 기록한다.

compact_memory

[기록 50건 초과 시 필수 호출] topic별로 그루핑된 기록 목록을 반환한다. 반환 결과를 바탕으로 유사 topic 통합 → lesson 요약 → log_memory(type='principle') 저장 → compact_memory_delete 순서로 작업하라.

compact_memory_deleteA

[compact_memory 후, principle 저장 성공 확인 후에만 호출] 원본 log 기록을 삭제한다. compact_memory가 반환한 id 목록만 전달하라.

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

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/Vince-Yi/-vncy-sentinel-memory-mcp'

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