v0.1.0: Merge pull request #2 from ManiaSacha/ManiaSacha-patch-2
Pre-release
Pre-release
🎉 gitlog-mcp v0.1.0 — Give your AI agent superpowers over git history
The first release of gitlog-mcp, a single-file MCP server that gives AI
agents (Claude Code, Cursor, Windsurf) structured, grounded access to a
repository's git history.
The problem it solves: AI coding agents are great at writing code but
famously bad at knowing a repo's history — they hallucinate changelogs and
misattribute blame. gitlog-mcp fixes that with a reliable window into git log.
✨ Added
- 6 MCP tools:
changelog— grouped changelog for any commit/tag rangeanalyze_commit— explain a commit's intent and impactblame_file— line-level attribution (who, when, which commit)release_notes— draft release notes between two tagsrepo_health— contributors + churn summarysearch_commits— find commits by message/author/date
- Single-file server (~400 lines) — readable in an afternoon
- Zero runtime deps beyond the MCP SDK and the
gitCLI - Packaging with
gitlog-mcpconsole entry point
🧰 Maintainer tooling
.claude/agents/— PM, architect, security, QA, docs, release agents.claude/skills/— changelog, git-history, code-review, release-notes, star-growth
📚 Docs
- README with quick start + examples
- CONTRIBUTING + ROADMAP + MIT LICENSE
- Smoke tests in
tests/
🚀 Quick start
pip install gitlog-mcp
gitlog-mcp --repo /path/to/your/repo