AI Git workflow MCP server. Generates conventional commit messages, branch names, PR descriptions, and manages work streams (wip, hotfix, review, experiment). Works with Cursor, Claude Desktop, Claude Code, Windsurf, and VS Code. Install: pip install gitrama-mcp
Overview
gitrama-mcp
AI Git workflow MCP server by Gitrama. Exposes 10 tools across 4 domains:
Tools
Commit Intelligence — gitrama_commit, gitrama_stage_and_commit, gitrama_status
Branch Intelligence — gitrama_branch
PR Intelligence — gitrama_pr
Stream Intelligence — gitrama_stream_status, gitrama_stream_switch, gitrama_stream_list
Repo Intelligence — gitrama_ask, gitrama_health
Install
pip install gitrama-mcp
Supported Clients
Cursor, Claude Desktop, Claude Code, Windsurf, VS Code, Zed
Links
- Website: https://gitrama.io
- GitHub: https://github.com/ahmaxdev/gitrama-mcp
- PyPI: https://pypi.org/project/gitrama-mcp/
Server Config
{
"mcpServers": {
"gitrama-mcp": {
"command": "gitrama-mcp",
"args": [],
"env": {
"GITRAMA_TOKEN": "your-token-here"
}
}
}
}