Cognitive memory for AI agents — learns from use, forgets what's irrelevant, strengthens what matters. Single binary, fully offline.
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"shodh-memory": {
"command": "cargo",
"args": [
"run",
"--",
"shodh-memory"
]
}
}
}
Run in terminal:
claude mcp add shodh-memory cargo run -- shodh-memory
Add to .cursor/mcp.json:
{
"mcpServers": {
"shodh-memory": {
"command": "cargo",
"args": [
"run",
"--",
"shodh-memory"
]
}
}
}