MCP.so
登录

Stickies

@dumbspacecookie

关于 Stickies

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

配置

使用下面的配置,将此服务器添加到你的 MCP 客户端。

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

工具

未检测到工具

工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。

概览

What is Stickies?

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.

How to use Stickies?

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

Key features of Stickies

  • 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)

Use cases of Stickies

  • Connect an MCP-compatible client to this repository's service.
  • Review the README-backed setup before enabling it in production.

FAQ from Stickies

Where is the source code for Stickies?

The source code is linked from the repository URL on this page.

Does Stickies include a standard MCP config?

If the README contains a parseable MCP configuration block, it is shown in the Config tab.

常见问题

Where is the source code for Stickies?

The source code is linked from the repository URL on this page.

Does Stickies include a standard MCP config?

If the README contains a parseable MCP configuration block, it is shown in the Config tab.

评论

更多 MCP 服务器