loading…
Search for a command to run...
loading…
Git Helper AI - MCP server providing AI-powered tools and automation by MEOK AI Labs
Git Helper AI - MCP server providing AI-powered tools and automation by MEOK AI Labs
Git Helper AI MCP Server — Git analysis tools.
| Tool | Description |
|---|---|
parse_diff |
Parse a unified diff and extract structured change information. |
generate_commit_message |
Generate a commit message from a diff. Styles: conventional, simple, detailed. |
analyze_branch |
Analyze git log output. Expects format: hash |
changelog_generator |
Generate a changelog from git log. Expects: hash |
pip install meok-git-helper-ai-mcp
Add to your Claude Desktop MCP config (claude_desktop_config.json):
{
"mcpServers": {
"git-helper-ai": {
"command": "python",
"args": ["-m", "meok_git_helper_ai_mcp.server"]
}
}
}
from mcp.server.fastmcp import FastMCP
# This server exposes 4 tool(s) via MCP
# See server.py for full implementation
MIT © MEOK AI Labs
Add this to claude_desktop_config.json and restart Claude Desktop.
{
"mcpServers": {
"git-helper-ai-mcp": {
"command": "npx",
"args": []
}
}
}