
Research
/Security News
Popular npm Packages in the keyv and Cacheable Namespaces Compromised in Active Supply Chain Attack
Popular npm packages keyv and cacheable compromised.
@rog0x/mcp-git-tools
Advanced tools
Git repository analysis tools for AI agents, served over MCP (Model Context Protocol). Analyzes local repositories using native git commands — no GitHub API required.
| Tool | Description |
|---|---|
git_log | Get commit history with filtering by author, date range, and file path |
git_diff | Show diff between commits, branches, or tags with change summaries |
git_blame | Show who last modified each line of a file with commit info |
git_stats | Repository statistics: commits, contributors, activity over time, most changed files |
git_branch | List branches with last commit info, ahead/behind counts, merged/unmerged status |
npm install
npm run build
Add to your MCP client configuration:
{
"mcpServers": {
"git-tools": {
"command": "node",
"args": ["D:/products/mcp-servers/mcp-git-tools/dist/index.js"]
}
}
}
Retrieve recent commit history with optional filters.
Parameters:
repoPath (required) — Absolute path to the Git repositorycount — Number of commits to return (default: 20)author — Filter by author name or emailsince / until — Date range filterspath — Filter to commits touching a specific file or directoryCompare two refs and get a structured summary of changes.
Parameters:
repoPath (required) — Absolute path to the Git repositoryfrom — Start ref (default: HEAD~1)to — End ref (default: HEAD)path — Limit diff to a specific file or directorysummaryOnly — Return only stats without full diff textSee line-by-line authorship of a file.
Parameters:
repoPath (required) — Absolute path to the Git repositoryfilePath (required) — File path relative to repo rootstartLine / endLine — Blame a specific line rangeref — Blame at a specific commitGet a high-level overview of repository activity.
Parameters:
repoPath (required) — Absolute path to the Git repositorytopAuthors — Number of top contributors to list (default: 10)topFiles — Number of most-changed files to list (default: 10)List and analyze branches.
Parameters:
repoPath (required) — Absolute path to the Git repositorybaseBranch — Branch to compare against (default: main or master)includeRemote — Include remote-tracking branchesmergedOnly / unmergedOnly — Filter by merge statusMIT
FAQs
Git repository analysis tools for AI agents via MCP
The npm package @rog0x/mcp-git-tools receives a total of 17 weekly downloads. As such, @rog0x/mcp-git-tools popularity was classified as not popular.
We found that @rog0x/mcp-git-tools 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
Popular npm packages keyv and cacheable compromised.

Security News
A misconfiguration gave three Anthropic models internet access, and one, believing it was in a simulation, shipped a credential-stealing package to PyPI.

Security News
/Company News
Socket has joined the new Composer and Packagist sponsorship program as a launch sponsor, supporting the team that keeps PHP's package ecosystem secure.