{"categories":[{"label":"Software Development","url":"https://skillfed.io/packages/category/software-development/6"}],"enrichment":{"capability":"Exposes Git repository operations as tools for Large Language Models via the Model Context Protocol, allowing LLMs to read, search, and manipulate repositories programmatically.","skillfed_tags":["llm-integration","git-automation","mcp-protocol"],"use_cases":["Let an LLM assistant read repository status, diffs, and logs to understand code changes and history without manual context-gathering.","Automate commit workflows where an AI agent stages files, writes commit messages, and records changes based on analysis.","Enable branch creation and switching via LLM commands for multi-branch development or experiment isolation.","Query commit history with date filtering to analyze trends, blame, or revert decisions programmatically.","Integrate Git operations into AI-driven code review or refactoring pipelines that need to inspect and modify repositories."],"what_it_does":"mcp-server-git is a Model Context Protocol server that bridges Git repositories and Large Language Models. It exposes a set of Git operations\u2014status, diff, commit, branch management, log queries, and more\u2014as callable tools that an LLM can invoke to read and modify repositories. The server runs as a separate process and communicates with LLM clients (Claude Desktop, VS Code, Zed, etc.) via the MCP protocol, allowing an AI assistant to interact with Git repositories as if it were a developer at the command line.\n\nThe package is designed for automation and AI-assisted development workflows. It depends on gitpython for Git operations, mcp for protocol handling, pydantic for validation, and click for CLI argument parsing. It is currently in early development, meaning the tool set and behavior may change. Installation is straightforward via pip or uv, and configuration varies by host application (Claude Desktop, VS Code, Zed, etc.).","worth_installing":"Yes, if you are building LLM-integrated development tools or AI assistants that need programmatic Git access. The package is actively maintained, has low install friction, and carries no security vulnerabilities. The MIT license poses no restrictions. The main caveat is that it is explicitly in early development\u2014expect the tool set and behavior to evolve, and validate LLM-generated Git commands before execution in production repositories."},"id":"mcp-server-git","links":{"html":"https://skillfed.io/packages/mcp-server-git","md":"https://skillfed.io/packages/mcp-server-git.md","pypi":"https://pypi.org/project/mcp-server-git/"},"maintenance":{"status":"active"},"meta":{"latest_release":"2026-07-10","license_spdx":null,"license_treatment":"permissive","name":"mcp-server-git","python_support":"supports_current","summary":"A Model Context Protocol server providing tools to read, search, and manipulate Git repositories programmatically via LLMs"},"popularity":{"monthly_downloads":774459,"position":5094,"tier":"top_15000"},"security":{"n_vulnerabilities":0},"version":"2026.7.10"}
