From b0fbe9ed9ac4709737b5f3266e48f79247590052 Mon Sep 17 00:00:00 2001 From: Nikolay Eremeev Date: Mon, 27 Jul 2026 23:25:28 +0200 Subject: [PATCH 1/2] Add nikolay-e/diffctx to Version Control --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index da0c183cd..206116a93 100644 --- a/README.md +++ b/README.md @@ -3408,6 +3408,7 @@ Interact with Git repositories and version control platforms. Enables repository - [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 - [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) 🐍 🏠 🍎 🪟 🐧 - 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. - [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. - [TamiShaks-2/git-context-mcp](https://github.com/TamiShaks-2/git-context-mcp) 🐍 🏠 - Local MCP server that provides structured Git repository analysis (project status, recent activity, code map, and risk hotspots) for AI coding agents. From 045bae1633154afc08f4f90d8e32f2205dc36b8c Mon Sep 17 00:00:00 2001 From: Nikolay Eremeev Date: Tue, 28 Jul 2026 10:31:00 +0200 Subject: [PATCH 2/2] Add Glama score badge to diffctx entry --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 206116a93..609b7531b 100644 --- a/README.md +++ b/README.md @@ -3408,7 +3408,7 @@ Interact with Git repositories and version control platforms. Enables repository - [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 - [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) 🐍 🏠 🍎 🪟 🐧 - 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. +- [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. - [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. - [TamiShaks-2/git-context-mcp](https://github.com/TamiShaks-2/git-context-mcp) 🐍 🏠 - Local MCP server that provides structured Git repository analysis (project status, recent activity, code map, and risk hotspots) for AI coding agents.