← Back to Plugins
MCP Server MCP

io.github.parallelromb/smara

github By github 👁 1 views ▲ 0 votes

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

Homepage Verified source GitHub

Install

npx -y @smara/[email protected]

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "npm",
      "identifier": "@smara/mcp-server",
      "version": "2.0.2",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "Your Smara API key from smara.io",
          "isRequired": true,
          "format": "string",
          "isSecret": true,
          "name": "SMARA_API_KEY"
        }
      ]
    }
  ]
}
mcp model-context-protocol npm

Comments

Sign in to leave a comment

Loading comments...