Merge pull request #10960 from noordeen123/add-culprit

Add culprit to Version Control
This commit is contained in:
Frank Fiegel
2026-09-07 04:22:55 -06:00
committed by GitHub
+1
View File
@@ -3762,6 +3762,7 @@ Interact with Git repositories and version control platforms. Enables repository
- [modelcontextprotocol/server-gitlab](https://github.com/modelcontextprotocol/servers-archived/tree/main/src/gitlab) 📇 ☁️ 🏠 - GitLab platform integration for project management and CI/CD operations
- [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.
- [QuentinCody/github-graphql-mcp-server](https://github.com/QuentinCody/github-graphql-mcp-server) 🐍 ☁️ - Unofficial GitHub MCP server that provides access to GitHub's GraphQL API, enabling more powerful and flexible queries for repository data, issues, pull requests, and other GitHub resources.
- [raohwork/forgejo-mcp](https://github.com/raohwork/forgejo-mcp) 🏎️ ☁️ - An MCP server for managing your repositories on Forgejo/Gitea server.
- [ReviewGate/reviewgate](https://github.com/ReviewGate/reviewgate) [![ReviewGate/reviewgate MCP server](https://glama.ai/mcp/servers/ReviewGate/reviewgate/badges/score.svg)](https://glama.ai/mcp/servers/ReviewGate/reviewgate) 🎖️ 📇 🏠 🍎 🪟 🐧 - Code review against the rules your team actually wrote, not generic best practice. A cheap generator finds problems, an independent judge refutes them against full files, so the noise stays down. Two tools for the agent loop (`get_team_rules`, `review_changes`), plus a pre-push gate and a bot on GitLab/GitHub pull requests. Single binary, no Node or Docker; bring your own model key.