hoangsonww/GitIntel-MCP-Server
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.
Exposes 12 specialized analysis tools (hotspots, temporal coupling, knowledge maps, churn, complexity trends, risk scoring) that transform raw git output through multi-stage pipelines into scored, formatted tables and actionable insights. Built on stdio JSON-RPC transport with safe subprocess execution via `execFile`, it auto-detects repositories from working directory or accepts explicit paths, and ships with pre-computed resources (repository summary, activity feeds) for quick snapshot access. Designed for local-first deployment across Claude Code, Codex, and other MCP clients—includes Docker multi-stage builds, Kubernetes Kustomize manifests, and Terraform/CloudFormation templates for containerized or cloud-native environments.
Stars
8
Forks
6
Language
TypeScript
License
MIT
Category
Last pushed
Mar 10, 2026
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/mcp/hoangsonww/GitIntel-MCP-Server"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Compare
Higher-rated alternatives
cyanheads/git-mcp-server
An MCP (Model Context Protocol) server enabling LLMs and AI agents to interact with Git...
github/github-mcp-server
GitHub's official MCP Server
kunwarVivek/mcp-github-project-manager
a mcp server to manage github project's functionality
AsyncFuncAI/github-chat-mcp
A Model Context Protocol (MCP) for analyzing and querying GitHub repositories using the GitHub Chat API.
kopfrechner/gitlab-mr-mcp
Interact seamlessly with GitLab repositories to manage merge requests and issues. Fetch details,...