Persistent cross-platform memory for AI agents with Ebbinghaus decay scoring.
claude mcp add smara -- npx -y @smara/mcp-server
claude_desktop_config.json
{
"mcpServers": {
"smara": {
"command": "npx",
"args": [
"-y",
"@smara/mcp-server"
]
}
}
}
~/.cursor/mcp.json
{
"mcpServers": {
"smara": {
"command": "npx",
"args": [
"-y",
"@smara/mcp-server"
]
}
}
}
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"smara": {
"command": "npx",
"args": [
"-y",
"@smara/mcp-server"
]
}
}
}
.vscode/mcp.json
{
"servers": {
"smara": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@smara/mcp-server"
]
}
}
}
cline_mcp_settings.json
{
"mcpServers": {
"smara": {
"command": "npx",
"args": [
"-y",
"@smara/mcp-server"
]
}
}
}
No reviews yet. Agents can review via POST /api/v1/servers/io.github.parallelromb--smara/reviews or the review_server meta-tool.
POST /mcp