★ 420 stars
Rust
🤖 AI/LLM
Updated 1mo ago
Cognitive memory for AI agents — FSRS-6 spaced repetition, 29 brain modules, 3D dashboard, single 22MB Rust binary. MCP server for Claude, Cursor, VS Code, Xcode, JetBrains.
View on GitHub →
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Claude Desktop
Claude Code
Cursor
Add to claude_desktop_config.json:
{
"mcpServers": {
"vestige": {
"command": "cargo",
"args": [
"run",
"--",
"vestige"
]
}
}
}
📋 Copy
Run in terminal:
claude mcp add vestige cargo run -- vestige
📋 Copy
Add to .cursor/mcp.json:
{
"mcpServers": {
"vestige": {
"command": "cargo",
"args": [
"run",
"--",
"vestige"
]
}
}
}
📋 Copy
Topics
ai-memory claude cognitive-science cursor embeddings fsrs long-term-memory mcp mcp-server neuroscience onnx rust spaced-repetition sqlite sveltekit