← Index

io.github.Dave-London/git

io.github.Dave-London/git·v0.8.0·Monitoring & Logs
Quality Score
77
/100

Structured git operations (status, log, diff, branch, show) as typed JSON.

§01  Install
Claude Desktop (claude_desktop_config.json)
{
  "mcpServers": {
    "git": {
      "command": "npx",
      "args": [
        "-y",
        "@paretools/git"
      ]
    }
  }
}
Cursor (.cursor/mcp.json)
{
  "mcpServers": {
    "git": {
      "command": "npx",
      "args": [
        "-y",
        "@paretools/git"
      ]
    }
  }
}
Cline (cline_mcp_settings.json)
npx -y @paretools/git
§03  MCP Quality Score  ·  methodology
freshness
22
completeness
10
installability
25
documentation
15
stability
5
§04  Alternatives in Monitoring & Logs