sticky for Cursor
io.github.1picassoai/sticky
Persistent memory and context for your agent, on a board you can see. Capped, so it stays small.
client:Cursor
transport:stdio
runtime:npm
Install sticky in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"sticky": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"sticky-mcp"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs