GitWho2Blame

JH8676/GitWho2Blame
★ 28 stars C# 💻 Code/Dev Tools Updated 12d ago
A local MCP server providing tools for exploring code change history and developer insights.
View on GitHub →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "gitwho2blame": {
      "command": "npx",
      "args": [
        "-y",
        "JH8676/GitWho2Blame"
      ]
    }
  }
}