Sign In

git-forge-mcp

Package Overview
Dependencies
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

git-forge-mcp

MCP server for Git — generate commands, commit messages, .gitignore files, branch names, changelogs.

latest
Source
npmnpm
Version
1.0.0
Version published
Weekly downloads
5
-16.67%
Maintainers
1
Weekly downloads
 
Created
Source

git-forge-mcp

npm version npm downloads License: MIT 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-mcp

Claude Desktop / Cursor / Windsurf

Add to your MCP configuration:

{
  "mcpServers": {
    "git": {
      "command": "npx",
      "args": ["-y", "git-forge-mcp"]
    }
  }
}

Tools (4)

ToolDescription
generate_commit_messageGenerate conventional commit messages from change descriptions
generate_gitignoreGenerate .gitignore for project types (node, python, rust, go, java)
generate_branch_nameGenerate Git branch names following conventions
git_commandGenerate 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 start

Part of the Sovereign MCP Suite

This is one of 34 MCP servers with 121 tools built by Sovereign.

CategoryServers
Web & SEOweb-scraper, seo-analyzer, meta-forge
Developer Toolsgithub-stats, code-quality, api-tester, api-forge
Data & Encodingjson-forge, base64-forge, hash-forge, regex-lab
Generatorsuuid-forge, password-forge, lorem-forge, landing-forge
DevOpsenv-forge, cron-forge, ip-calc, diff-forge
Frontendcolor-forge, gradient-forge, shadow-forge
Contentmarkdown-forge, readme-forge, changelog-forge
Metamcp-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!

Keywords

mcp

FAQs

Package last updated on 28 Feb 2026

Did you know?

Socket

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.

Install

Related posts