mcpbeat Sign in

Agendum MCP Server

local only

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

Installs per day peak 65 · avg 18 · +4% w/w
a month agotoday
102
Installs / week
pypi · agendum
6
Stars
0 open issues
13 Apr 2026
Last commit
0 releases in 90 days
MIT
License
Python

Nothing serious here today

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.

Three servers free · no card

Connect this server

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.

run in your terminal
claude mcp add agendum -- uvx agendum
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "agendum": {
      "args": [
        "agendum"
      ],
      "command": "uvx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.agendum]
command = "uvx"
args = ["agendum"]
.cursor/mcp.json
{
  "mcpServers": {
    "agendum": {
      "args": [
        "agendum"
      ],
      "command": "uvx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "agendum": {
      "args": [
        "agendum"
      ],
      "command": "uvx"
    }
  }
}

Alternatives to Agendum

same job, measured the same way
Todox
by beydemirfurkan

Memory for coding agents: the decisions, the dead ends, and where the last session stopped.

answering
Afterpaths
by burnssa

Session memory for AI coding agents. Search past sessions, extract rules, and track what works.

139 installs/wk local only
Claude Amplifier
by sisuthros

Persistent memory + decision tracking for Claude across sessions. Local SQLite, no cloud.

42 installs/wk local only
CogSession
by premanand8800

Session memory for AI coding agents: records decisions and dead ends, flags what went stale.

98 installs/wk local only
EchoVault Memory
by go-ports

Local-first memory for coding agents; stores decisions, bugs, and context across sessions.

local only
Synchronex
by synchronex

Connect any AI agent to your Synchronex workspace — portable memory, decisions, and workers.

111 installs/wk local only
Whitemagic MCP
by lbailey94

Local-first memory and session continuity for AI coding agents over MCP. No cloud, no telemetry.

1 080 installs/wk local only
Myc
by aistastudio

Task queue, decisions and memory for coding agents. Local SQLite, no network. Requires Bun.

2 268 installs/wk local only

Agendum — questions

Answers built from our own checks of this server.

Why is there no uptime for Agendum?
Agendum runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the pypi package agendum was installed 102 times last week.
How do I connect Agendum?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls agendum straight from pypi; nothing to host, nothing to sign up for.
How many people use Agendum?
The pypi package agendum was installed 102 times in the last week. Week over week that is +4%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Agendum open source?
Yes — it is published under the MIT licence, written in Python and 6 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.