pm-mcp
Working toolA single binary that gives AI coding agents persistent project memory — board, dashboard and session hook in one.
AI coding agents are amnesiac. Every session starts from zero, so the context that matters — what was decided last week, what is half-finished, what is deliberately paused — either gets re-explained or gets lost.
pm-mcp gives them a project board they can read and write natively, with a live kanban dashboard for the human side and a hook that injects the current state into every session automatically.
The consequential decision was storing the board as plain Markdown files rather than in a database. A database would have been easier to query and completely wrong: the whole value is that the board is diffable, versionable alongside the code, and editable by hand when the tool is not running.
It also ships a triage workflow that checks the board against the actual repository, because boards rot. I use it on my own projects daily, including this website.