Agendum for Cursor
io.github.sralli/agendum
AI agent memory: task tracking, scoped work packages, decisions, and cross-session continuity
client:Cursor
transport:stdio
runtime:pypi
Install Agendum in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"agendum": {
"type": "stdio",
"command": "uvx",
"args": [
"agendum"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs