Agendum runs on your own machine — the client starts it, so there is no endpoint to ping. 102 installs a week from pypi. Last commit 13 Apr 2026.
AI agent memory: task tracking, scoped work packages, decisions, and cross-session continuity
Today is the operative word: we check Agendum every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.
This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.
claude mcp add agendum -- uvx agendum
{
"mcpServers": {
"agendum": {
"args": [
"agendum"
],
"command": "uvx"
}
}
}
[mcp_servers.agendum]
command = "uvx"
args = ["agendum"]
{
"mcpServers": {
"agendum": {
"args": [
"agendum"
],
"command": "uvx"
}
}
}
{
"mcpServers": {
"agendum": {
"args": [
"agendum"
],
"command": "uvx"
}
}
}
Memory for coding agents: the decisions, the dead ends, and where the last session stopped.
Session memory for AI coding agents. Search past sessions, extract rules, and track what works.
Persistent memory + decision tracking for Claude across sessions. Local SQLite, no cloud.
Session memory for AI coding agents: records decisions and dead ends, flags what went stale.
Local-first memory for coding agents; stores decisions, bugs, and context across sessions.
Connect any AI agent to your Synchronex workspace — portable memory, decisions, and workers.
Local-first memory and session continuity for AI coding agents over MCP. No cloud, no telemetry.
Task queue, decisions and memory for coding agents. Local SQLite, no network. Requires Bun.
Answers built from our own checks of this server.