Version Control
MCP Serverby jkitchin · Added 5mo ago
Claude
14
Install
git clone https://github.com/jkitchin/skillzAdd to Claude
claude mcp add version-controlQuick Setup Config
Copy & paste ready~/Library/Application Support/Claude/claude_desktop_config.json (macOS) %APPDATA%\Claude\claude_desktop_config.json (Windows)
{
"mcpServers": {
"version-control": {
"command": "npx",
"args": [
"@modelcontextprotocol/version-control"
]
}
}
}Paste into your Claude Desktop config file, then restart Claude.
About
Expert guidance for Git version control, trunk-based development workflows, and GitHub best practices. Emphasizes Conventional Commits for clean history, short-lived feature branches, frequent integration, and professional collaboration patterns. Use when users need help with git commands, branching strategies, commit messages, PRs, merge conflicts, or git troubleshooting. Triggers include 'git,' 'commit,' 'branch,' 'merge,' 'rebase,' 'PR,' 'pull request,' or version control questions.
Tags
developmentpythongobashsqlskill