Skip to content
Zed

stickies for Zed

io.github.dumbspacecookie/stickies

Persistent, expiring, importance-graded sticky notes for Claude Code.

client:Zed transport:stdio runtime:npm

Install stickies 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": {
    "stickies": {
      "command": "npx",
      "args": [
        "-y",
        "stickies-mcp"
      ],
      "env": {
        "STICKIES_DB": "<STICKIES_DB>",
        "STICKIES_DISCORD_WEBHOOK": "<STICKIES_DISCORD_WEBHOOK>",
        "STICKIES_SYNC_REPO": "<STICKIES_SYNC_REPO>"
      }
    }
  }
}

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

stickies in other clients