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
Server Config
{
"mcpServers": {
"gitrama-mcp": {
"command": "gitrama-mcp",
"args": [],
"env": {
"GITRAMA_TOKEN": "your-token-here"
}
}
}
}