Skip to content

Latest commit

 

History

11 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

git-forensics

MCP server in Rust that exposes git repo analysis tools over stdio.

mcp.mp4

Tools

  • blame — who last modified each line of a file
  • history — commit log for a specific file
  • hotspots — files that change most often (churn analysis)

Setup

cargo build --release

Add to ~/Library/Application Support/Claude/claude_desktop_config.json:

{
  "mcpServers": {
    "git-forensics": {
      "command": "/path/to/target/release/mcp-test",
      "args": ["/path/to/some/git/repo"]
    }
  }
}

Stack

rmcp, git2, tokio, serde, schemars, tracing, anyhow

About

git2 mcp with rust

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages