Skip to content
Zed

smara for Zed

io.github.parallelromb/smara

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

client:Zed transport:stdio runtime:npm

Install smara in Zed

~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "context_servers": {
    "smara": {
      "command": "npx",
      "args": [
        "-y",
        "@smara/mcp-server"
      ],
      "env": {
        "SMARA_API_KEY": "<SMARA_API_KEY>"
      }
    }
  }
}

Merge this into your existing settings object — do not replace the file. Zed docs

smara in other clients