GitWho2Blame

A local MCP server providing tools for exploring code change history and developer insights.

GitHub Stars

30

User Rating

Not Rated

Favorites

0

Views

25

Forks

2

Issues

0

Installation
Difficulty
Intermediate
Estimated Time
10-20 minutes

Installation

1Clone this repository:
bash
    git clone https://github.com/JH8676/GitWho2Blame.git
    
2Add the following json to your mcp.json
```json { "servers": { "gitwho2blame": { "type": "stdio", "command": "dotnet", "args": [ "run", "--project", "/GitWho2Blame/src/GitWho2Blame/GitWho2Blame.csproj", "--git-context-provider", "github" ], "env": { "TOKEN": " (only needed if using GitHub or Azure DevOps context providers)",

Additional Resources