Stickies

by dumbspacecookie

394 downloads
Not rated
GitHub

About

A small, deterministic sticky-note layer for Claude Code. You pin a note — a decision, a blocker, a todo — and it survives session resets, /clear , and closing the terminal. Next session in that project, the notes that s

Details

Author
dumbspacecookie
Downloads
394

- Zero-turn capture. Claude parks a note by writing one line in a reply it was already
- Importance-graded injection. The session-start digest degrades
by importance*, not by
- .stickies/notes.json — the store (source of truth) + a human-readable .stickies/NOTES.md mirror
- .claude/settings.json — a SessionStart hook (injects the digest) and a Stop hook (captures !!sticky …)
- CLAUDE.md — teaches Claude the !!sticky convention (the plugin's MCP instructions aren't present in the cloud)

Setting up with Highlight

This MCP is not yet compatible with Highlight’s one-click setup. However, you can still use it with Highlight by following these steps:

  1. Download and install Highlight from highlightai.com/download
  2. Navigate to the plugins tab and select "Add Custom Plugin"
  3. Configure the plugin with the settings below
    Plugin Name Stickies
    Command (node, npx, python, etc.)

    Please refer to the README for specific instructions on how to obtain API keys or other required environment variables.

  4. Enable "Start Automatically" if you want the plugin to start when Highlight launches

From the repository

The README includes setup instructions such as !!sticky decision P1 #storage :: storage is node:sqlite, no native deps.

Claude Desktop / Cursor

Paste into your MCP client config file to install this server.

{
    "mcpServers": {
        "stickies": {
            "stickies": {
                "command": "node",
                "args": [
                    "--disable-warning=ExperimentalWarning",
                    "/abs/path/to/stickies/src/server.js"
                ]
            }
        }
    }
}

McpServers

{
    "stickies": {
        "command": "node",
        "args": [
            "--disable-warning=ExperimentalWarning",
            "/abs/path/to/stickies/src/server.js"
        ]
    }
}

A small, deterministic sticky-note layer for Claude Code. You pin a note — a decision, a blocker, a todo — and it survives session resets, /clear , and closing the terminal. Next session in that project, the notes that still matter are handed back to Claude automatically. Stickies is not a memory system, and it doesn't try to be one. It won't watch your session and decide what to remember. It's the opposite: a handful of notes you (or Claude, on request) write down on purpose, that expire on the

No reviews yet — be the first

Sign in to leave a review

Use Google, GitHub, or an email account so ratings stay tied to real people.

Email sign in

No reviews posted yet.