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
{
"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