← All tools

mcp-server-git

MCP

A Model Context Protocol server providing tools to read, search, and manipulate Git repositories programmatically via LLMs

v0.6.2 MIT Tested 7 Feb 2026
1.1

Dimension scores

Security 0.0
Reliability 0.0
Agent usability 0.0
Compatibility 0.0
Code health 7.0

Code health

License

MIT

Has tests

Yes

Has CI

No

Dependencies

4

Well-documented MCP server with clear MIT license and comprehensive README. Has basic test infrastructure (pytest configured, test file present) but no CI/CD setup detected. Uses modern Python packaging (uv, hatchling) and includes dev dependencies for quality tools (pyright, ruff, pytest). Missing: changelog, CI configuration, type checking enabled in runtime, and git metadata for maintenance tracking. The tool appears maintained (v0.6.2 suggests active development) with 4 production dependencies kept minimal. Lockfile present (uv.lock) indicating reproducible builds. Development status marked as Beta. Lacks examples of test coverage reporting and no visible type annotations enforcement beyond dev tooling.