A local MCP server providing tools for exploring code change history and developer insights.
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"
]
}
}
}
Run in terminal:
claude mcp add gitwho2blame npx -y JH8676/GitWho2Blame
Add to .cursor/mcp.json:
{
"mcpServers": {
"gitwho2blame": {
"command": "npx",
"args": [
"-y",
"JH8676/GitWho2Blame"
]
}
}
}