← Back to browse

stickies

Indexed by io.github.dumbspacecookie

About

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

Use this server

Add it to your MCP client. The catalogue lists this config verbatim from its source — it does not run, download, or vouch for the server. Review the command before you run it.

Transportstdio (runs a local command)
Env varsSTICKIES_DB STICKIES_DISCORD_WEBHOOK STICKIES_SYNC_REPO
Claude Code
claude mcp add --env STICKIES_DB= --env STICKIES_DISCORD_WEBHOOK= --env STICKIES_SYNC_REPO= stickies -- npx stickies-mcp
Cursor

Add to Cursor

If the button doesn't open Cursor, use the JSON below — Cursor accepts the same mcpServers config.

VS Code
code --add-mcp '{"name":"stickies","command":"npx","args":["stickies-mcp"],"env":{"STICKIES_DB":"","STICKIES_DISCORD_WEBHOOK":"","STICKIES_SYNC_REPO":""}}'
JSON
{
  "mcpServers": {
    "stickies": {
      "command": "npx",
      "args": [
        "stickies-mcp"
      ],
      "env": {
        "STICKIES_DB": "",
        "STICKIES_DISCORD_WEBHOOK": "",
        "STICKIES_SYNC_REPO": ""
      }
    }
  }
}

Environment variables are listed by name only — fill in your own values. Entries never carry secrets.