Sticky MCP server
Persistent memory and context for your agent, on a board you can see. Capped, so it stays small.
0 stars111 downloads/wk
Reviews
Write oneNobody has reviewed Sticky yet.
If you have run it, two minutes of your experience saves the next person an afternoon.
Sticky tools (2, 1 write)
write = sends, deletes, buys or postsRead from the package source without running it. The installed server may list more.
post_stickywrite actionPin a note to the STICKY board so it survives this session. Use it for a decision
read_active_stickiesRead the board: the permanent pinned rules plus the active notes. The archive is
Public scan report
scanner v0.1.9 · 2026-09-19 · same rubric, same numbers if you re-run it
- Code scan11 source files scanned25/25
- –Live reliabilityno gateway calls yet and no remote to proben/a
- –Tool poisoningtools not inspected (local package is not executed); not countedn/a
- Auth qualitylocal package, no credentials required12/15
- Maintenancelast push 11 days ago15/15
- Maintainer identityregistry namespace matches repository owner6/10
What the publisher says
From the Sticky repository's README, as published. We do not edit it. Read it on GitHub
STICKY
A board your coding agent can write to — and you can see.
Your agent forgets between sessions. The usual fix is a CLAUDE.md that grows until it's a thousand lines of stale rules nobody deletes, quietly costing you tokens on every request.
STICKY holds ten active notes. When the eleventh arrives, the oldest one tumbles to the archive on its own. Nothing to prune, nothing to garden.
npx sticky-mcpThat's it. The board opens in your browser. No account, no cloud, no config.
Wire it to your agent
claude mcp add sticky -- npx sticky-mcp-serverCursor, Cline, Windsurf and anything else that speaks MCP work the same way — point them at npx sticky-mcp-server.
Or add it to your MCP config by hand:
{
"mcpServers": {
"sticky": {
"command": "npx",
"args": ["-y", "sticky-mcp-server"]
}
}
}sticky-mcp-server takes no flags on purpose. Some CLIs — Claude Code among them — read
-y and --mcp as their own options and never pass them through, so a command with
nothing after it is the only one that works everywhere.
Your agent gets two tools:
- poststicky** — pin a decision, a constraint, or where the work paused
- readactivestickies — read the board at the start of a session
The three columns
Drag a note between columns. Drop it on Pinned and it becomes a permanent rule. Drop it on Archive and it stops reaching the agent immediately. Double-click to edit, click the cross to bin a bad assumption.
The board updates live as your agent posts — you watch it think.
What's bounded, and what isn't
Being precise, because a promise that isn't quite true is worse than no promise:
than the bloat — so instead the board refuses the sixteenth and asks you to retire one.
- Active is capped at 10 (configurable 5–20). The oldest unpinned note tumbles out.
- Pinned is capped at 15. Rules never tumble — a rule vanishing silently would be worse
- Archive is unbounded and costs nothing, because it never reaches the model.
So the agent's context stays bounded at roughly 25 notes, permanently, no matter how long you work.
Your data
The board is a SQLite file at ~/.sticky/store.db. The web server binds to 127.0.0.1 and nothing else. There is no telemetry, no analytics, and no network code in this package beyond the local server itself.
Options
npx sticky-mcp open the board
npx sticky-mcp --mcp run as an MCP server (agents launch this)
--cap <n> active notes before the oldest tumbles (default 10)
--port <n> board port (default 7317)
--db <path> where the board lives (default ~/.sticky/store.db)
--no-open start without opening a browserWant it floating beside your editor? chrome --app=http://localhost:7317
Requires
Node 22.5 or newer — STICKY uses Node's built-in SQLite, so there's nothing to compile and no native modules to install.
MIT licensed. Built by Juvina.
Nothing above is checked by us. What we check is on the safety report.
Install directly
Runs npx -y sticky-mcp on your machine. Read the scan report first; the gateway never runs local packages.
claude mcp add sticky -- npx -y sticky-mcp
Sticky: common questions
- Is Sticky MCP server safe?
- Yes, by our scan: it is graded A (89/100). Read the Sticky safety report
- How do I install Sticky?
- It runs on your machine. Copy the Claude Code, Claude Desktop or Cursor config from the install section.
- Does Sticky need an API key?
- Not as far as the registry entry and our scan can tell: no credentials are declared or required.
- Is Sticky maintained?
- The last commit was 13 days ago (2026-09-08). The latest release is v0.2.2.
- What can I use instead of Sticky?
- Servers from other publishers that do the same job: Total Agent Memory MCP server, GrayMatter MCP server and Basic Memory MCP server. Compare all Sticky alternatives.
Alternatives to Sticky
Same job from other publishers: the closest match first, then the best rated.
- Total Agent MemoryPersistent local memory for coding agents: temporal knowledge graph, procedural and episodic recallnot reviewedEstablishedA
- GrayMatterPersistent agent memory as a single Go binary: knowledge graph, TUI observability, zero infra.not reviewedGrowingB
- Basic MemoryLocal-first knowledge management with bi-directional LLM sync via Markdown files.not reviewedEstablishedC
- IWEMarkdown knowledge base as agent memory. Runs against the notes directory it is started in.not reviewedEstablishedA
- ContextStream MCP ServerProject memory, semantic code search, and grounded agent context.not reviewedEstablishedA