Skip to content
Cline

stickies for Cline

io.github.dumbspacecookie/stickies

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

client:Cline transport:stdio runtime:npm

Install stickies in Cline

~/Library/Application Support/Code/User/globalStorage/saoudrizwan.claude-dev/settings/cline_mcp_settings.json · windows: %APPDATA%\Code\User\globalStorage\saoudrizwan.claude-dev\settings\cline_mcp_settings.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "stickies": {
      "command": "npx",
      "args": [
        "-y",
        "stickies-mcp"
      ],
      "env": {
        "STICKIES_DB": "<STICKIES_DB>",
        "STICKIES_DISCORD_WEBHOOK": "<STICKIES_DISCORD_WEBHOOK>",
        "STICKIES_SYNC_REPO": "<STICKIES_SYNC_REPO>"
      }
    }
  }
}

Cline's MCP Servers pane edits this file for you if you would rather not find it. Cline docs

stickies in other clients