mcp-server-git-history

tonyweckstrom1987/mcp-server-git-history
★ 0 stars JavaScript AI/LLM Updated today
MCP-palvelin joka antaa tekoälyagenteille (Claude Desktop, Cursor, Windsurf) työkalut Git-historian lukemiseen ja hakemiseen.
View on GitHub → 🔍 Audit Wallet Slippage →

Quick Install

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

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "mcp-server-git-histo": {
      "command": "npx",
      "args": [
        "-y",
        "tonyweckstrom1987/mcp-server-git-history"
      ]
    }
  }
}