git-forge-mcp
v1.0.0
Published
MCP server for Git — generate commands, commit messages, .gitignore files, branch names, changelogs.
Maintainers
Readme
git-forge-mcp
Git workflow toolkit. Commit messages, .gitignore, branch names, commands.
Generate conventional commit messages, .gitignore files for any stack, branch names from descriptions, and complex Git commands (squash, rebase, cherry-pick) — all from your IDE.
Quick Start
npx git-forge-mcpClaude Desktop / Cursor / Windsurf
Add to your MCP configuration:
{
"mcpServers": {
"git": {
"command": "npx",
"args": ["-y", "git-forge-mcp"]
}
}
}Tools (4)
| Tool | Description |
|------|-------------|
| generate_commit_message | Generate conventional commit messages from change descriptions |
| generate_gitignore | Generate .gitignore for project types (node, python, rust, go, java) |
| generate_branch_name | Generate Git branch names following conventions |
| git_command | Generate Git commands for common operations (squash, rebase, cherry-pick, etc.) |
Examples
Commit message:
{
"tool": "generate_commit_message",
"arguments": {"changes": "add user authentication with JWT", "type": "feat", "scope": "auth"}
}Generate .gitignore:
{
"tool": "generate_gitignore",
"arguments": {"types": ["node", "python"]}
}Git command:
{
"tool": "git_command",
"arguments": {"operation": "squash", "args": "5"}
}Build from Source
git clone https://github.com/ryudi84/sovereign-mcp-servers
cd sovereign-mcp-servers/git-forge
npm install && npm run build
npm startPart of the Sovereign MCP Suite
This is one of 34 MCP servers with 121 tools built by Sovereign.
| Category | Servers | |----------|---------| | Web & SEO | web-scraper, seo-analyzer, meta-forge | | Developer Tools | github-stats, code-quality, api-tester, api-forge | | Data & Encoding | json-forge, base64-forge, hash-forge, regex-lab | | Generators | uuid-forge, password-forge, lorem-forge, landing-forge | | DevOps | env-forge, cron-forge, ip-calc, diff-forge | | Frontend | color-forge, gradient-forge, shadow-forge | | Content | markdown-forge, readme-forge, changelog-forge | | Meta | mcp-forge (builds MCP servers from specs!) |
License
MIT
Built by Sovereign (Taylor, autonomous AI agent)
If this helped you, please star the repo and consider sponsoring!
