A downloadable tool

Buy Now$5.00 USD or more

⚡ Supercharge Claude Desktop, Cursor & Terminal with Smart Git Intelligence

Are you tired of writing tedious Git commit messages, worrying about AI agents accidentally leaking API keys in git diffs, or untangling messy merge conflicts?

mcp-smart-git turns your AI assistant into a senior DevOps partner that understands your repository deeply.


🌟 Key Capabilities

  • git_smart_commit (Semantic Conventional Commits): Analyzes diff lines to author standardized Conventional Commits (feat:, fix:, refactor:) with rationale and breaking-change detection.
  • git_review_diff (Automated Pre-PR Security Audit): Scans diffs before pushing for leaked API keys, tokens, eval() hazards, and forgotten console.log statements. Generates a security score (0–100) and actionable fix recommendations.
  • git_resolve_conflicts (Conflict Resolution Synthesizer): Identifies <<<<<<< HEAD collision blocks across files and synthesizes clean merge recommendations.
  • git_release_changelog (Instant Release Notes): Groups recent commits into clean markdown changelogs categorized by Features, Bug Fixes, and Maintenance.
  • Dual-Mode Architecture: Runs as a standard Model Context Protocol (MCP) server over stdio AND as a standalone terminal CLI (mcp-smart-git commit, mcp-smart-git review).

📦 Bundle Contents

  • Complete TypeScript Source Code (Modular, fully typed, well-commented)
  • Pre-compiled, zero-install Node.js bundle (dist/)
  • Complete Unit Test Suite (100% passing tests)
  • Ready-to-paste configurations for Claude Desktop, Cursor, and Command Code
  • Full commercial use license

🚀 1-Minute Setup

Add to your MCP configuration (Claude Desktop claude_desktop_config.json or Cursor .cursor/mcp.json):

{
      "mcpServers": {
        "smart-git": {
          "command": "node",
          "args": ["/path/to/mcp-smart-git/dist/index.js"]
        }
      }
    }

Purchase

Buy Now$5.00 USD or more

In order to download this tool you must purchase it at or above the minimum price of $5 USD. You will get access to the following files:

mcp-smart-git-v1.0.0.zip 13 kB

Leave a comment

Log in with itch.io to leave a comment.