smara for Claude Desktop
io.github.parallelromb/smara
Persistent cross-platform memory for AI agents with Ebbinghaus decay scoring.
client:Claude Desktop
transport:stdio
runtime:npm
Install smara in Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json
{
"mcpServers": {
"smara": {
"command": "npx",
"args": [
"-y",
"@smara/mcp-server"
],
"env": {
"SMARA_API_KEY": "<SMARA_API_KEY>"
}
}
}
}
Settings → Developer → Edit Config opens this file. Restart the app after saving. Claude Desktop docs