stickies for Claude Desktop
io.github.dumbspacecookie/stickies
Persistent, expiring, importance-graded sticky notes for Claude Code.
client:Claude Desktop
transport:stdio
runtime:npm
Install stickies in Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json
{
"mcpServers": {
"stickies": {
"command": "npx",
"args": [
"-y",
"stickies-mcp"
],
"env": {
"STICKIES_DB": "<STICKIES_DB>",
"STICKIES_DISCORD_WEBHOOK": "<STICKIES_DISCORD_WEBHOOK>",
"STICKIES_SYNC_REPO": "<STICKIES_SYNC_REPO>"
}
}
}
}
Settings → Developer → Edit Config opens this file. Restart the app after saving. Claude Desktop docs