
Git
Manages Git repositories through MCP operations like listing repos, handling tags, and viewing commit history without requiring direct shell access.
3356 views4Local (stdio)
What it does
- List Git repositories in configured directory
- Get the most recent Git tag from repositories
- View commit history since last tag
- Create new Git tags with optional messages
Best for
Developers managing multiple local Git repositoriesRelease management and versioning workflowsCode review and commit tracking
No shell access requiredConfigurable repository path