home / mcp / memory mcp server
Provides a per-project memory store with mem_save for recording structured memories into JSON with a token-based eviction policy.
Configuration
View docs{
"mcpServers": {
"artin0123-memory-mcp": {
"url": "https://localhost/mcp"
}
}
}Tool to record memories for a project into a per-project JSON file under .memory/memory.json, with inputs including what, why, outcome, and optional context; uses a token-budgeted FIFO eviction to stay under ~1000 tokens.