GitIntel MCP Server banner
hoangsonww hoangsonww

GitIntel MCP Server

Git community

Description

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.

Installation

This entry records only its repository, not the path inside it, so there is no exact command to give. Open the source below and copy the folder into ~/.claude/skills/, or the file into ~/.claude/agents/.

README

GitIntel - A Git Intelligence MCP Server for AI Agents

![TypeScript](https://img.shields.io/badge/TypeScript-5.7-3178C6?logo=typescript&logoColor=white) ![Node.js](https://img.shields.io/badge/Node.js-%3E%3D18-339933?logo=node.js&logoColor=white) ![MCP SDK](https://img.shields.io/badge/MCP_SDK-1.27-blueviolet) ![Zod](https://img.shields.io/badge/Zod-3.24-3E67B1?logo=zod&logoColor=white) ![Vitest](https://img.shields.io/badge/Vitest-3.0-6E9F18?logo=vitest&logoColor=white) ![Prettier](https://img.shields.io/badge/Prettier-3.8-F7B93E?logo=prettier&logoColor=black) ![tsx](https://img.shields.io/badge/tsx-4.19-3178C6?logo=tsx&logoColor=white) ![Git](https://img.shields.io/badge/Git-%3E%3D2.20-F05032?logo=git&logoColor=white) ![ESM](https://img.shields.io/badge/ESM-ES2022-F7DF1E?logo=javascript&logoColor=black) ![JSON--RPC](https://img.shields.io/badge/JSON--RPC-2.0-orange) ![stdio](https://img.shields.io/badge/Transport-stdio-lightgrey) ![Docker](https://img.shields.io/badge/Docker-Multi--stage-2496ED?logo=docker&logoColor=white) ![Kubernetes](https://img.shields.io/badge/Kubernetes-Kustomize-326CE5?logo=kubernetes&logoColor=white) ![Terraform](https://img.shields.io/badge/Terraform-Multi--cloud-844FBA?logo=terraform&logoColor=white) ![AWS](https://img.shields.io/badge/AWS-CloudFormation-FF9900?logo=amazonwebservices&logoColor=white) ![Azure](https://img.shields.io/badge/Azure-ARM_Templates-0078D4?logo=microsoftazure&logoColor=white) ![License](https://img.shields.io/badge/License-MIT-green)

**Git Intelligence MCP Server** - deep repository analytics computed locally from your commit history.

Surfaces the same insights that tools like CodeScene and GitPrime charge for: hotspots, temporal coupling, knowledge maps, churn analysis, complexity trends, risk scoring, and more. Everything runs locally. No external APIs, no data leaves your machine.

This is a **locally-built MCP server**. It is not published to npm. You clone, build, and register it with your MCP client &