summaryrefslogtreecommitdiff
path: root/mcp-servers/memory-mcp-server/.claude/commands/explain.md
blob: fb51ae07b1b2756d01a1a041fffcf0ccab56dc3b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
---
description: Explain code, MCP protocol, or memory system concepts
argument-hint: "[file, function, MCP tool, or memory concept]"
allowed-tools: Read, Grep, Glob, Task
---

# Memory MCP Server Explanation

Provide a detailed explanation of $ARGUMENTS in the context of this Memory MCP Server:

## Core Explanation

- What it does and its purpose in the memory system
- How it works (step-by-step if applicable)
- Role in the MCP protocol implementation

## Technical Details

- Key dependencies and interactions
- Database schema relationships (if applicable)
- Vector embedding and search mechanics (if relevant)
- MCP message flow and protocol compliance

## Memory System Context

- How it relates to memory persistence
- Impact on memory lifecycle (creation, retrieval, expiration, archival)
- Companion isolation and multi-tenancy considerations
- Performance implications for vector search

## Integration Points

- MCP tool registration and execution
- JSON-RPC message handling
- Session management aspects
- Error handling patterns

## Usage Examples

- Sample MCP requests/responses
- Code usage patterns
- Common integration scenarios

## Related Components

- Related files, functions, or MCP tools
- Database tables and indexes involved
- Dependent services or modules