MCP Server
MCP
io.github.dumbspacecookie/stickies
Persistent, expiring, importance-graded sticky notes for Claude Code.
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
By
Comments
Sign in to leave a comment