smara for Cursor
io.github.parallelromb/smara
Persistent cross-platform memory for AI agents with Ebbinghaus decay scoring.
client:Cursor
transport:stdio
runtime:npm
Install smara in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"smara": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@smara/mcp-server"
],
"env": {
"SMARA_API_KEY": "<SMARA_API_KEY>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs