Skip to content

v0.1.0: Merge pull request #2 from ManiaSacha/ManiaSacha-patch-2

Pre-release
Pre-release

Choose a tag to compare

@ManiaSacha ManiaSacha released this 15 Aug 20:37
· 29 commits to main since this release
8b34c99

🎉 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 range
    • analyze_commit — explain a commit's intent and impact
    • blame_file — line-level attribution (who, when, which commit)
    • release_notes — draft release notes between two tags
    • repo_health — contributors + churn summary
    • search_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 git CLI
  • Packaging with gitlog-mcp console 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