GitIntel-MCP-Server

hoangsonww/GitIntel-MCP-Server
★ 10 stars TypeScript 💻 Code/Dev Tools Updated 8d ago
A Git intelligence MCP server built with Node.js and TypeScript that analyzes local Git repositories to surface insights like hotspots, churn, temporal coupling, knowledge maps, and risk scoring. Designed for AI agents, it exposes repository analytics tools through the Model Context Protocol (MCP) while keeping all data local and read-only.
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": {
    "gitintel-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "hoangsonww/GitIntel-MCP-Server"
      ]
    }
  }
}

Topics

agentic-aiai-agentsclaude-codeclicodexesmgitgit-analysisgithubmcpmcp-clientmcp-sdkmcp-servermodel-context-protocolmodel-context-protocol-servers