https://github.com/okdshin/local-git-mcp-server
https://github.com/okdshin/local-git-mcp-server
Last synced: 6 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/okdshin/local-git-mcp-server
- Owner: okdshin
- Created: 2025-01-06T12:21:34.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2025-01-06T13:48:55.000Z (9 months ago)
- Last Synced: 2025-02-01T11:34:43.670Z (8 months ago)
- Language: Python
- Size: 13.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Local Git MCP Server
## Overview
A Python-based Git repository management server using the MCP (Message-based Communication Protocol) server framework.## Features
- Create, manage, and interact with local Git repositories
- Validate repository names
- Perform Git operations:
- Repository creation
- Adding files
- Committing changes
- Pulling and pushing
- Diff generation## Dependencies
- GitPython
- Pydantic
- MCP Server
- Black (code formatting)
- isort (import sorting)## Usage
Run the server with:
```bash
python git_server.py [--repositories-dir ./repositories]
```## Development
- Code is automatically formatted using Black and isort
- GitHub Actions workflow for code formatting## License
[ADD LICENSE INFORMATION IF APPLICABLE]