🧠 Enhance memory retention with Vestige, a local MCP memory server leveraging cognitive science techniques like FSRS-6 and synaptic tagging.
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"vestige": {
"command": "cargo",
"args": [
"run",
"--",
"vestige"
]
}
}
}
Run in terminal:
claude mcp add vestige cargo run -- vestige
Add to .cursor/mcp.json:
{
"mcpServers": {
"vestige": {
"command": "cargo",
"args": [
"run",
"--",
"vestige"
]
}
}
}