← Index

io.github.parallelromb/smara

io.github.parallelromb/smara·v2.0.2·Memory & RAG
Quality Score
85
/100

Persistent cross-platform memory for AI agents with Ebbinghaus decay scoring.

§01  Install
Claude Desktop (claude_desktop_config.json)
{
  "mcpServers": {
    "smara": {
      "command": "npx",
      "args": [
        "-y",
        "@smara/mcp-server"
      ],
      "env": {
        "SMARA_API_KEY": "<your-smara_api_key>"
      }
    }
  }
}
Cursor (.cursor/mcp.json)
{
  "mcpServers": {
    "smara": {
      "command": "npx",
      "args": [
        "-y",
        "@smara/mcp-server"
      ],
      "env": {
        "SMARA_API_KEY": "<your-smara_api_key>"
      }
    }
  }
}
Cline (cline_mcp_settings.json)
npx -y @smara/mcp-server
§02  Environment variables
SMARA_API_KEY
requiredsecret

Your Smara API key from smara.io

§03  MCP Quality Score  ·  methodology
freshness
25
completeness
10
installability
25
documentation
15
stability
10
§04  Alternatives in Memory & RAG