← Back to Plugins
MCP Server MCP

io.github.dumbspacecookie/stickies

github By github 👁 1 views ▲ 0 votes

Persistent, expiring, importance-graded sticky notes for Claude Code.

Homepage Verified source GitHub

Install

npx -y [email protected]

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "npm",
      "identifier": "stickies-mcp",
      "version": "0.14.2",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "Path to the SQLite store (default ~/.stickies/stickies.db).",
          "format": "string",
          "name": "STICKIES_DB"
        },
        {
          "description": "Optional Discord webhook URL to mirror sticky lifecycle events.",
          "format": "string",
          "isSecret": true,
          "name": "STICKIES_DISCORD_WEBHOOK"
        },
        {
          "description": "Path to a git clone you own, used as the opt-in cross-machine sync store.",
          "format": "string",
          "name": "STICKIES_SYNC_REPO"
        }
      ]
    }
  ]
}
mcp model-context-protocol npm

Comments

Sign in to leave a comment

Loading comments...