Local Git
Manages and interacts with local Git repositories using the MCP server framework.
关于
Local Git is a Python-based Git repository management server that leverages the MCP (Message-based Communication Protocol) server framework. It provides a streamlined way to create, manage, and interact with local Git repositories, ensuring repository name validation and supporting essential Git operations like creating, adding files, committing, pulling, pushing, and generating diffs.
主要功能
- Create and manage local Git repositories
- Generate diffs
- Validate repository names
- Utilizes Black and isort for consistent code formatting
- Perform Git operations (add, commit, push, pull)
使用案例
- Local Git server for development environments
- Integrating Git operations into MCP-based applications
- Automated Git repository management