Skip to content
Zed

sticky for Zed

io.github.1picassoai/sticky

Persistent memory and context for your agent, on a board you can see. Capped, so it stays small.

client:Zed transport:stdio runtime:npm

Install sticky in Zed

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

{
  "context_servers": {
    "sticky": {
      "command": "npx",
      "args": [
        "-y",
        "sticky-mcp"
      ]
    }
  }
}

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

sticky in other clients