stickies for Windsurf
io.github.dumbspacecookie/stickies
Persistent, expiring, importance-graded sticky notes for Claude Code.
client:Windsurf
transport:stdio
runtime:npm
Install stickies in Windsurf
~/.codeium/windsurf/mcp_config.json · windows: %USERPROFILE%\.codeium\windsurf\mcp_config.json
{
"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>"
}
}
}
}
Global only — Windsurf has no per-project MCP config. Refresh Cascade after saving. Windsurf docs