CommitLore MCP server
Git-native decision memory for coding agents: only the decisions still in force for the edited path
18 stars
Reviews
Write oneNobody has reviewed CommitLore yet.
If you have run it, two minutes of your experience saves the next person an afternoon.
CommitLore tools
No tool declarations could be read from the package source. They show once the server is installed.
Public scan report
scanner v0.1.9 · 2026-09-22 · same rubric, same numbers if you re-run it
- –Code scanremote-only server, no package to scann/a
- –Live reliabilityno gateway calls yet and no remote to proben/a
- –Tool poisoningtools not inspected (local package is not executed); not countedn/a
- Auth qualityno auth information5/15
- Maintenancelast push 2 days ago15/15
- Maintainer identityregistry namespace matches repository owner; GitHub account older than a year8/10
What the publisher says
From the CommitLore repository's README, as published. We do not edit it. Read it on GitHub
<!-- README:BRAND -->
CommitLore
Stop re-reviewing the same bad idea.
Decision authority for coding agents, owned by Git. Keep constraints, rejected alternatives, and warnings in Git — then deliver only what is still in force, so an agent is not handed a decision the repository already reversed.
No hosted memory. The repository owns the record.
English · 한국어 · 日本語 · 简体中文
Install once. Then initialise each repository where you want it to work.
curl -fsSL https://raw.githubusercontent.com/MongLong0214/commitlore/v1.5.1/install.sh | sh -s v1.5.1Prefer to read the installer first?
curl -fsSLO https://raw.githubusercontent.com/MongLong0214/commitlore/v1.5.1/install.sh
sh install.sh v1.5.1
# Or skip the script: the checkout it makes is one you can make yourself.
git clone --depth 1 --branch v1.5.1 https://github.com/MongLong0214/commitlore
node commitlore/dist/commitlore.mjs --versionIt installs a pinned source checkout and a wrapper that runs node /dist/commitlore.mjs — no compiled download, no build step.
<img src="./assets/readme/demo.gif" width="900" alt="commitlore demo prints two recorded decisions for src/pricing.ts, delivers only the active one with its limit and the alternative it ruled out, and says the superseded decision remains in Git without being delivered as current guidance."
The code survives. The judgment doesn't.
An agent proposes an approach. Your team rejects it because of a non-obvious constraint. The final code preserves the outcome, but usually not why the alternative was rejected. A later agent sees only the code and proposes the same idea again.
CommitLore keeps that judgment beside the code.
What CommitLore does
Most commits should carry no record. CommitLore is for judgment the code cannot preserve, not for narrating every change.
<!-- README:QUICKSTART -->
Shortened. The full README is on GitHub.
Nothing above is checked by us. What we check is on the safety report.
Install directly
The registry entry has no remote endpoint or installable package.
CommitLore: common questions
- Is CommitLore MCP server safe?
- Mostly: it is graded B (70/100). Read the CommitLore safety report
- Does CommitLore need an API key?
- Not as far as the registry entry and our scan can tell: no credentials are declared or required.
- Is CommitLore maintained?
- The last commit was 5 days ago (2026-09-20). The latest release is v1.2.0.
- What can I use instead of CommitLore?
- Servers from other publishers that do the same job: Nexusmem MCP server, Agent Memory MCP server and Bettermemory MCP server. Compare all CommitLore alternatives.
Alternatives to CommitLore
Same job from other publishers: the closest match first, then the best rated.
- NexusmemLocal-first memory for AI coding agents: shell history with exit codes, git diffs, docs, MCP.not reviewedGrowingA
- Agent MemoryGit-native project memory for AI coding agents: Markdown source of truth, reviewable, secret-safe.not reviewedGrowingA
- BettermemoryMemory for coding agents, checked against the filesystem and git before it is believed.not reviewedGrowingA
- GitComprehensive Git MCP server enabling native git tools including clone, commit, worktree, & more.not reviewedEstablishedA
- PalinodeInspectable, correctable project memory in git-versioned Markdown for AI agents.not reviewedEstablishedC