Sentinel-Memory MCP
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
Capabilities
Features and capabilities supported by this server
Protocol revision2025-11-25
| Capability | Details |
|---|---|
| tools | {
"listChanged": true
} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| 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
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
TDQS
Scored across 1 tool
Only one tool exists, so there is no risk of confusion between tools.
The single tool uses a consistent snake_case naming convention with a verb_noun pattern.
With only one tool, the server is severely under-scoped for its apparent purpose, which involves a multi-step workflow (compact_memory, principle save, then delete).
The server lacks prerequisite tools like compact_memory and principle save, making this tool unusable on its own and the surface severely incomplete.