Merge pull request #12571 from MongLong0214/add-commitlore

Add commitlore to Version Control 🤖🤖🤖
This commit is contained in:
Frank Fiegel
2026-09-13 00:34:50 -06:00
committed by GitHub
+1
View File
@@ -3975,6 +3975,7 @@ Interact with Git repositories and version control platforms. Enables repository
- [madeinplutofabio/vibe-revert](https://github.com/madeinplutofabio/vibe-revert) [![madeinplutofabio/vibe-revert MCP server](https://glama.ai/mcp/servers/madeinplutofabio/vibe-revert/badges/score.svg)](https://glama.ai/mcp/servers/madeinplutofabio/vibe-revert) 📇 🏠 🍎 🪟 🐧 - Local safety layer for vibe coding and AI agents. MCP tools expose deterministic risk checks, sessions, checkpoints, policy inspection, and fix prompts; the companion CLI can restore project files, including uncommitted work, to their pre-session state. No LLM judges risk.
- [modelcontextprotocol/server-git](https://github.com/modelcontextprotocol/servers-archived/tree/main/src/git) 🐍 🏠 - Direct Git repository operations including reading, searching, and analyzing local repositories
- [modelcontextprotocol/server-gitlab](https://github.com/modelcontextprotocol/servers-archived/tree/main/src/gitlab) 📇 ☁️ 🏠 - GitLab platform integration for project management and CI/CD operations
- [MongLong0214/commitlore](https://github.com/MongLong0214/commitlore) [![MongLong0214/commitlore MCP server](https://glama.ai/mcp/servers/MongLong0214/commitlore/badges/score.svg)](https://glama.ai/mcp/servers/MongLong0214/commitlore) 📇 🏠 🍎 🪟 🐧 - Returns the decision records still in force for the path an agent is about to edit: constraints, already-ruled-out alternatives, and warnings, stored as ordinary git trailers and notes, with superseded and expired records filtered out.
- [mshegolev/gitlab-ci-mcp](https://github.com/mshegolev/gitlab-ci-mcp) [![mshegolev/gitlab-ci-mcp MCP server](https://glama.ai/mcp/servers/mshegolev/gitlab-ci-mcp/badges/score.svg)](https://glama.ai/mcp/servers/mshegolev/gitlab-ci-mcp) 🐍 ☁️ 🏠 - GitLab CI/CD — pipelines, jobs, schedules, MRs, files. Works with any GitLab (SaaS or self-hosted); published on PyPI and in the MCP Registry.
- [nikolay-e/diffctx](https://github.com/nikolay-e/diffctx) [![nikolay-e/diffctx MCP server](https://glama.ai/mcp/servers/@nikolay-e/diffctx/badges/score.svg)](https://glama.ai/mcp/servers/@nikolay-e/diffctx) 🐍 🏠 🍎 🪟 🐧 - Selects the minimum code context an LLM needs to understand a git diff: graph-based fragment selection under a token budget, deterministic, 30+ languages. Published on PyPI and in the MCP Registry.
- [noordeen123/culprit](https://github.com/noordeen123/culprit) [![noordeen123/culprit MCP server](https://glama.ai/mcp/servers/noordeen123/culprit/badges/score.svg)](https://glama.ai/mcp/servers/noordeen123/culprit) 🐍 🏠 🍎 🪟 🐧 - Deterministic, offline root-cause analysis for coding agents: ranks the commit that introduced a regression (git blame/log), maps a feature's blast radius, and verifies a proposed fix is complete before committing (verify_fix). Read-only; also a CLI and a Claude Code plugin.