git-helper-ai-mcp
v1.0.0
Published
MCP server for git helper ai. Features parse diff, generate commit message, analyze branch. From MEOK AI Labs.
Maintainers
Readme
Git Helper Ai
By MEOK AI Labs — MEOK AI Labs MCP Server
Git Helper AI MCP Server — Git analysis tools.
Installation
pip install git-helper-ai-mcpUsage
# Run standalone
python server.py
# Or via MCP
mcp install git-helper-ai-mcpTools
parse_diff
Parse a unified diff and extract structured change information.
Parameters:
diff_text(str)
generate_commit_message
Generate a commit message from a diff. Styles: conventional, simple, detailed.
Parameters:
diff_text(str)style(str)
analyze_branch
Analyze git log output. Expects format: hash|author|date|message (one per line).
Parameters:
log_text(str)
changelog_generator
Generate a changelog from git log. Expects: hash|author|date|message per line.
Parameters:
log_text(str)version(str)
Authentication
Free tier: 15 calls/day. Upgrade at meok.ai/pricing for unlimited access.
Links
- Website: meok.ai
- GitHub: CSOAI-ORG/git-helper-ai-mcp
- PyPI: pypi.org/project/git-helper-ai-mcp
License
MIT — MEOK AI Labs
