mcp-server-git
MCPA Model Context Protocol server providing tools to read, search, and manipulate Git repositories programmatically via LLMs
Dimension scores
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.