Back to Apps

Stickies
Supports UIby dumbspacecookie
Persistent sticky-note layer for AI agents that survives session resets and supports importance-graded injection.
0 stars
Works in:zedWindsurfCursor
Exposes:ToolsResources
What it does
Stickies provides a deterministic, human-authored persistent memory layer. Unlike LLM-managed memory, Stickies stores specific notes, decisions, and todos that you explicitly pin, ensuring they survive /clear commands and session restarts.
Tools
stickies_write: Creates or updates a sticky note with categories and importance levels (P1-P3).stickies_read: Retrieves active notes for the current project or global notes.stickies_dismiss: Marks a note as done or removes it from the active list.
Installation
For Claude Desktop, add this to claude_desktop_config.json:
{
"mcpServers": {
"stickies": {
"command": "node",
"args": ["--disable-warning=ExperimentalWarning", "/abs/path/to/stickies/src/server.js"]
}
}
}
Supported hosts
- claude
- zed
- windsurf
- cursor
Quick install
npm i -g stickies-mcpInformation
- Pricing
- free
- Published
- 8/2/2026
- stars
- 0
Categories
Choose your AI client and follow the steps below.
Cursor
Add to mcp.json in ~/.cursor/Claude Desktop
Add node path to src/server.js to mcpServers configVS Code Copilot
Install via npm and configure MCP server





