stickies for Cursor
io.github.dumbspacecookie/stickies
Persistent, expiring, importance-graded sticky notes for Claude Code.
client:Cursor
transport:stdio
runtime:npm
Install stickies in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"stickies": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"stickies-mcp"
],
"env": {
"STICKIES_DB": "<STICKIES_DB>",
"STICKIES_DISCORD_WEBHOOK": "<STICKIES_DISCORD_WEBHOOK>",
"STICKIES_SYNC_REPO": "<STICKIES_SYNC_REPO>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs