docket for Cursor
io.github.pasichdev/docket
One list every AI tool you use can write to — scoped per project, local-first, self-hostable.
client:Cursor
transport:stdio
runtime:npm
Install docket in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"docket": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@pasichdev/docket"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs