Git-native decision memory for coding agents: only the decisions still in force for the edited path
What it says
The record the registry holds
the recordCopied from the official MCP registry, exactly as it holds it.
{
"server": {
"$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
"name": "io.github.MongLong0214/commitlore",
"description": "Git-native decision memory for coding agents: only the decisions still in force for the edited path",
"title": "CommitLore",
"repository": {
"url": "https://github.com/MongLong0214/commitlore",
"source": "github"
},
"version": "1.2.0",
"websiteUrl": "https://github.com/MongLong0214/commitlore#readme",
"_meta": {
"io.modelcontextprotocol.registry/publisher-provided": {
"capabilities": {
"resourceTemplates": 1,
"tools": 8
},
"distribution": {
"claudeCodePlugin": [
"/plugin marketplace add MongLong0214/commitlore",
"/plugin install commitlore@commitlore"
],
"installer": "curl -fsSL https://raw.githubusercontent.com/MongLong0214/commitlore/v1.2.0/install.sh | sh -s v1.2.0",
"release": "https://github.com/MongLong0214/commitlore/releases/tag/v1.2.0",
"status": "metadata-only"
},
"license": "MIT",
"registryFit": "Distribution is a tagged git checkout plus a Claude Code plugin marketplace (ADR-0011 registry-free git distribution, ADR-0026 no compiled executables and no uploaded release asset), so no official package type applies and this record relies on websiteUrl plus publisher metadata.",
"requirements": {
"git": "required",
"node": ">=22.23.2"
},
"runtime": {
"args": [
"mcp"
],
"clientConfig": {
"mcpServers": {
"commitlore": {
"args": [
"mcp"
],
"command": "commitlore",
"cwd": "."
}
}
},
"command": "commitlore",
"note": "The repository whose decisions are delivered is the process working directory, so the host must launch the server with cwd set to that repository.",
"transport": "stdio"
}
}
}
},
"_meta": {
"io.modelcontextprotocol.registry/official": {
"status": "active",
"statusChangedAt": "2026-08-21T03:50:38.238431Z",
"publishedAt": "2026-08-21T03:50:38.238431Z",
"updatedAt": "2026-08-21T03:50:38.238431Z",
"isLatest": true
}
}
}
Make it installable
Draft an Agent Plugin from this
An MCP server is raw capability: some tools, wired to something. An Agent Plugin is the packaging that says what job it does, what it leaves behind and where it stops. The prompt below carries this record and asks for the packaging; your own assistant writes it, and nothing here is sent anywhere.
What this is
MCP server
application/mcp-server-record+jsonversion 1.2.0last seen 2026-08-23
These are the publisher's own words, filed by them with the official MCP registry and mirrored here. This catalog did not read them from the publisher and has not run, called or installed anything.