Odel
git summary mcp

git summary mcp

Local
@yifanyifan897645TypeScriptMITUpdated 4mo ago

Git repo intelligence: summaries, blame, changelogs, branch health, and history search

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

npmgit-summary-mcpv0.1.2

Run

npx -y git-summary-mcp

MCP client config

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