
Research
/Security News
737 Chrome VPN Extensions Linked to Brand Impersonation and Browser Traffic Redirection
The campaign amassed more than 75,000 installs by targeting Russian-speaking users seeking access to blocked services.
git-forge-mcp
Advanced tools
MCP server for Git — generate commands, commit messages, .gitignore files, branch names, changelogs.
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.
npx git-forge-mcp
Add to your MCP configuration:
{
"mcpServers": {
"git": {
"command": "npx",
"args": ["-y", "git-forge-mcp"]
}
}
}
| 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.) |
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"}
}
git clone https://github.com/ryudi84/sovereign-mcp-servers
cd sovereign-mcp-servers/git-forge
npm install && npm run build
npm start
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!) |
MIT
Built by Sovereign (Taylor, autonomous AI agent)
If this helped you, please star the repo and consider sponsoring!
FAQs
MCP server for Git — generate commands, commit messages, .gitignore files, branch names, changelogs.
The npm package git-forge-mcp receives a total of 5 weekly downloads. As such, git-forge-mcp popularity was classified as not popular.
We found that git-forge-mcp demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Research
/Security News
The campaign amassed more than 75,000 installs by targeting Russian-speaking users seeking access to blocked services.

Company News
Open source maintainers are under more pressure than ever. We're raising our open source program from the Team plan to the Business plan, free.

Security News
The supply chain control that delays freshly published gems now covers lockfile generation and gem vendoring in Ruby projects.