idosal/git-mcp
by Various
Put an end to code hallucinations! GitMCP is a free, open-source, remote MCP server for any GitHub project
MCP
idosal/git-mcp
Added 1 June 2026
Overview
GitMCP is a free, open-source remote MCP server for any GitHub project. It exposes repository structure, file contents, and commit history to MCP-compatible clients, enabling agents to retrieve real code instead of hallucinating. The server runs on TypeScript and is installed via npm.
Best for
Best for
Developers who want to ground AI coding agents in real GitHub codebases
Use cases
- Feed an AI coding assistant the actual source tree and file contents of a GitHub repo
- Let an agent browse commit history and diffs to understand project evolution
- Ground code generation in real repository data to reduce hallucinations
How to use
Install
npx mcp-remote https://gitmcp.io/{owner}/{repo} Tested with
Claude Desktop, Cursor, Windsurf, Cline, VS Code, ChatGPT
Example client config
{\n "mcpServers": {\n "gitmcp": {\n "url": "https://gitmcp.io/{owner}/{repo}"\n }\n }\n } Notes
GitMCP is a free, open-source remote MCP server for any GitHub project. It exposes repository structure, file contents, and commit history to MCP-compatible clients, enabling agents to retrieve real code instead of hallucinating. The server runs on TypeScript and is installed via npm.
8,121 stars on GitHub. Last updated 2026-05-08. Licensed Apache-2.0.
Use cases
- Feed an AI coding assistant the actual source tree and file contents of a GitHub repo
- Let an agent browse commit history and diffs to understand project evolution
- Ground code generation in real repository data to reduce hallucinations
Pros
- Open source and free with no usage limits
- Works with any public GitHub project without per-repo configuration
- Simple npm install and run setup
Cons
- Requires a running server instance for each session
- Only supports public repositories out of the box
- Dependent on GitHub API rate limits for large repos
Indexed from awesome-mcp-servers-punkpeye and enriched against its public facts.
Pros
- Open source and free with no usage limits
- Works with any public GitHub project without per-repo configuration
- Simple npm install and run setup
Cons
- Requires a running server instance for each session
- Only supports public repositories out of the box
- Dependent on GitHub API rate limits for large repos
Open-source & AI alternatives
Swap-in tools that solve the same job. Weigh the trade-offs before you commit.
beardfaceguy/daimonos
Various
[](https://glama.ai/mcp/servers/beardfaceguy/daimonos) 🦀 🏠 🍎 🐧 - Agent-optimized MCP server replacing built-in file, search, exec, and git tools with compact structured JSON. N
ddukbg/github-enterprise-mcp
Various
github-enterprise-mcp
gitea/gitea-mcp
Various
Interactive with Gitea instances with MCP
gitopia/gitopia-mcp-server
Various
MCP server for Gitopia
HasanJahidul/git-insight-mcp
Various
Semantic git queries via MCP. Beyond git log — answer who/what/when/why about any line, file, or branch.
Git MCP Server
Anthropic (reference implementation)
Reference MCP server for Git operations. Read status, diffs, logs, and write commits from inside an agent.
narumiruna/gitingest-mcp
Various
🐍 🏠 - A MCP server that uses [gitingest](https://github.com/cyclotruc/gitingest) to convert any Git repository into a simple text digest of its codebase.
naveenayalla1-CS50/mcp-server-toolkit
Various
MCP servers that help Claude Code/Cursor search your repo, docs, database, and git history instead of guessing.
raohwork/forgejo-mcp
Various
A MCP server that enables you to manage Gitea/Forgejo repositories through AI assistants
ryan0204/github-repo-mcp
Various
Model Context Protocol server for Github Repo // Reading Github Repo
TamiShaks-2/git-context-mcp
Various
Local MCP server that extracts high-level Git repository context for AI coding agents
theonedev/tod
Various
A command line tool working with OneDev
nikolay-e/diffctx
Various
Smart git diff context for LLMs and AI agents — selects the minimal code fragments needed to understand a change, under a token budget. Deterministic, local, MCP server included. A
Pairs with
Other entries in the index that connect to this one. Click through to see the chain.
Security Review Skill
Anthropic
Anthropic's reference security-review skill. Walks a diff, flags real issues, ignores the noise.
a-25/ios-mcp-code-quality-server
Various
This server enables AI assistants to run Xcode tests, perform linter analysis, and provide detailed feedback on iOS projects through structured, actionable reports.
adrianczuczka/mason
Various
Mason builds context for LLMs — smart file sampling, concept maps, and change impact analysis. MCP server + CLI.
aitytech/agentkits-memory
Various
Persistent memory system for AI coding assistants via MCP. Works with Claude Code, Cursor, Copilot, Windsurf, Cline.
AperionAI/shield
Various
Local guardrails for AI coding agents. Wraps any MCP server and blocks destructive tool calls — DROP TABLE, rm -rf, force-push, unscoped UPDATE/DELETE — before they execute. Free,
appcreationsca/bumpguard-mcp
Various
Guard your dependency bumps: an MCP server that tells your AI agent which parts of YOUR code break when you upgrade a dependency, and verifies AI-written code against the installed
asif-nvc/e2b-sandbox-mcp
Various
MCP server connecting Claude Code with E2B cloud sandboxes for working on any GitHub repo
bartonguestier1725-collab/scout-mcp
Various
bartonguestier1725-collab/scout-mcp — indexed from awesome-mcp-servers-punkpeye
blakerouse/ssh-mcp
Various
SSH MCP server that runs locally making it easy to manage hosts and perform commands across a group of hosts
blinkingbit-oss/execkit
Various
Stateful, structured, safe command execution for AI agents - over local shells, SSH, and Docker.
bvisible/mcp-ssh-manager
Various
MCP SSH Server: 37 tools for remote SSH management | Claude Code & OpenAI Codex | DevOps automation, backups, database operations, health monitoring
ByteAsk/ByteAsk-Embedded-MCP
Various
The open-source MCP server behind ByteAsk Embedded Docs: a source-grounded, page-cited evidence-retrieval server for coding agents (Claude Code, Codex, Cursor) that write firmware
CircleCI/mcp-server-circleci
Various
A specialized server implementation for the Model Context Protocol (MCP) designed to integrate with CircleCI's development workflow. This project serves as a bridge between CircleC
Contentrain/ai
Various
Repo-native content governance for AI agents. Extract, review, and deliver UI text, docs, and structured content from Git.
corralimited/snapdiff-mcp
Various
Standalone MCP server for SnapDiff
costajohnt/oss-autopilot
Various
Claude Code plugin — AI-powered autopilot for managing open source contributions. Track PRs, respond to maintainers, discover issues, maintain velocity.
daniloneto/bitbucket-mcp
Various
MCP server for Bitbucket Cloud, focused on pull-request review workflows
danmartuszewski/hop
Various
Fast, elegant SSH connection manager with a TUI dashboard and MCP server
deslay1/amendor-mcp
Various
Connect your coding agent to Amendor. Pulls change requests into your agent so it builds them and opens PRs.
DigiCatalyst-Systems/dep-diff-mcp
Various
MCP server that reads dependency changelogs and tells you what's risky in an upgrade.
duriantaco/skylos
Various
Open source local-first PR scanner that finds dead code, security bugs, secrets, quality regressions, and AI-code mistakes before merge. For first timers refer to https://duriantac
eliottreich/taskbounty-mcp-server
Various
MCP server for TaskBounty. Post AI-fixable bug bounties or pick them up. Funded in USD via Stripe, paid in USDC, ETH, or BTC.
ellmos-ai/ellmos-codecommander-mcp
Various
Developer-focused MCP server with 17 tools for code analysis, JSON repair, import management, Markdown export, diffs and regex testing
emiliaprotocol/emilia-protocol
Various
EMILIA Protocol — Trust enforcement for high-risk actions. Open protocol for pre-action binding, policy-bound verification, one-time consumption, and accountable human signoff.
faizbawa/mcp-remote-ssh
Various
MCP server for remote SSH operations -- persistent sessions, structured command execution, SFTP file transfer, and port forwarding for AI agents.
ferodrigop/forge
Various
Terminal MCP server for AI coding agents — spawn, manage, and monitor PTY sessions via the Model Context Protocol
geondongkim/geond-agent-protocol
Various
Local-first MCP server for shared memory, reservations, handoffs, and review evidence across AI coding agents.
GistPad-MCP
Various
📓 An MCP server for managing your personal knowledge, daily notes, and re-usable prompts via GitHub Gists
gitkraken/gk-cli
Various
GitKraken CLI Releases and Documentation
GittyBurstein/mermaid-mcp-server
Various
MCP server for generating Mermaid diagrams from projects (local/GitHub) and rendering via Kroki.
GLips/Figma-Context-MCP
Various
MCP server to provide Figma layout information to AI coding agents like Cursor
gorosun/unified-diff-mcp
Various
📇 🏠 - Generate and visualize unified diff comparisons with beautiful HTML/PNG output, supporting side-by-side and line-by-line views for filesystem dry-run integration
HasanJahidul/localhost-mcp
Various
MCP server: inspect, manage, kill local dev servers. Stop guessing what's on :3000.
hashicorp/terraform-mcp-server
Various
The Terraform MCP Server provides seamless integration with Terraform ecosystem, enabling advanced automation and interaction capabilities for Infrastructure as Code (IaC) developm
idapixl/algora-mcp-server
Various
MCP server for Algora bounty platform — lets AI agents discover, search, and analyze open-source bounties. 5 tools, no API key needed.
IlyaGulya/gradle-mcp-server
Various
A Model Context Protocol (MCP) server to enable AI tools to interact with Gradle projects programmatically.
infai-tech/vulnfeed-mcp
Various
Dependency vulnerability monitoring MCP server — knows your lockfile, prioritizes by EPSS, recommends fix versions.
jarvisassistantux/loopsense
Various
LoopSense is an open-source MCP server that closes the feedback loop for AI coding agents — giving them real-time visibility into CI results, deployments, test outcomes, and file s
jmrplens/gitlab-mcp-server
Various
Open source GitLab MCP server for AI assistants: 2-tool dynamic find/execute over 870+ GitLab actions (1,000+ Enterprise), stdio/HTTP/OAuth, safe/read-only modes.
kage-core/Kage
Various
Persistent, verified memory for coding agents — so they stop re-explaining your codebase and never act on stale knowledge. Every memory is checked against your actual code; lives i
kopfrechner/gitlab-mr-mcp
Various
Interact seamlessly with GitLab repositories to manage merge requests and issues. Fetch details, add comments, and streamline your code review process with ease.
latex-mcp-server
Various
An MCP Server to compile latex, download/organize/read cited papers, run visualization scripts and add figures/tables to latex.
linuxsuren/atest-mcp-server
Various
MCP Server of API Testing
mark3labs/mcp-filesystem-server
Various
Go server implementing Model Context Protocol (MCP) for filesystem operations.
masondelan/selvedge
Various
Long-term memory for AI-coded codebases. A git blame for AI agents — but for the why. MCP server that captures the agent's reasoning live, in context, as each change is made. Local
Filesystem MCP Server
Anthropic (reference implementation)
Reference MCP server for local filesystem access. The example everyone copies first.
Sentry MCP Server
Sentry
Official Sentry MCP. Pipe errors, performance issues, and releases to your agent so it can fix them.
MerabyLabs/promptarchitect-mcp
Various
📇 ☁️ 🍎 🪟 🐧 - Workspace-aware prompt engineering. Refines, analyzes and generates prompts based on your project's tech stack, dependencies and context. Free to use.
micl2e2/code-to-tree
Various
A runtime-free MCP server that converts source code into AST🌲, regardless of language.
mikusnuz/npm-mcp
Various
MCP server for npm package management — 32 tools for publish, install, audit, search, security & more
mobb-dev/mobb-vibe-shield-mcp
Various
Automatic security vulnerability remediation for your code.
mopanc/depguard
Various
Audit npm packages for security, maintenance, licenses and dependencies. Recommends install or write-from-scratch.
mrostamii/rancher-mcp-server
Various
Model Context Protocol (MCP) server for the Rancher ecosystem: multi-cluster Kubernetes, Harvester HCI (VMs, storage, networks), and Fleet GitOps.
muhannad-hash/git-context-mcp
Various
MCP server that answers why code exists - git blame, PR descriptions, and linked issues
neilberkman/editorconfig_mcp
Various
📇 🏠 - Formats files using `.editorconfig` rules, acting as a proactive formatting gatekeeper to ensure AI-generated code adheres to project-specific formatting standards from the
nwiizo/tfmcp
Various
🌍 Terraform Model Context Protocol (MCP) Tool - An experimental CLI tool that enables AI assistants to manage and operate Terraform environments. Supports reading Terraform config
ofershap/mcp-server-github-actions
Various
MCP server for GitHub Actions — view runs, read logs, re-run jobs, trigger workflows
oraios/serena
Various
A powerful MCP toolkit for coding, providing semantic retrieval and editing capabilities - the IDE for your agent
osinmv/funciton-lookup-mcp
Various
MCP server for AI agents to lookup function signatures from any API. Uses SQLite and universal ctags to index source files across multiple languages (Python, C, Go, C++, JS, Rust,
PhpCodeArcheology/PhpCodeArcheology
Various
PHP static analysis for architecture & maintainability — 60+ metrics, complexity analysis, dependency graphs, git churn hotspots, and AI-ready MCP server. Alternative to PHPMetrics
phuongrealmax/code-guardian
Various
Code Guardian Studio – AI-powered code refactor engine for large repositories, built on Claude Code + MCP.
QuentinCody/github-graphql-mcp-server
Various
🐍 ☁️ - Unofficial GitHub MCP server that provides access to GitHub's GraphQL API, enabling more powerful and flexible queries for repository data, issues, pull requests, and other
r-huijts/xcode-mcp-server
Various
MCP Server implementation for Xcode integration
runyourempire/4DA
Various
Privacy-first developer intelligence — surfaces what matters from the noise
safedep/vet
Various
Protect against malicious open source packages 🤖
selvage-lab/selvage
Various
🐍 🏠 - LLM-based code review MCP server with AST-powered smart context extraction. Supports Claude, GPT, Gemini, and 20+ models via OpenRouter.
Startvest-LLC/idealift-mcp-server
Various
IdeaLift MCP Server - Decision intelligence for AI assistants. Captures product feedback, tracks decisions, and manages your backlog via Model Context Protocol.
stfade/moth
Various
A debugging workflow plugin for AI coding agents. Turns terminal failures into source-backed fixes via MCP and structured skills.
Tiberriver256/mcp-server-azure-devops
Various
An MCP server for Azure DevOps
tosin2013/mcp-adr-analysis-server
Various
A sophisticated Model Context Protocol (MCP) server for analyzing Architectural Decision Records (ADRs) and providing deep architectural insights to AI agents.
vezlo/src-to-kb
Various
Convert source code to LLM ready knowledge base
wkoverfield/quilt
Various
Tracks which agent wrote which lines when multiple AI agents share one Git checkout.
wonderwhy-er/DesktopCommanderMCP
Various
This is MCP server for Claude that gives it terminal control, file system search and diff file editing capabilities
x51xxx/copilot-mcp-server
Various
MCP server for GitHub Copilot CLI integration
xcodebuild
Various
MCP tool for building Xcode iOS workspace/project and feeding back error to LLMs.
xxczaki/local-history-mcp
Various
📇 🏠 🍎 🪟 🐧 - MCP server for accessing VS Code/Cursor Local History
YuliiaKovalova/dotnet-template-mcp
Various
MCP server wrapping the .NET Template Engine for AI-driven template discovery, inspection, and instantiation
aradar46/reuse-before-generate
Various
Stop your AI agent from rebuilding what already exists. An opinionated MCP server that checks GitHub, npm and Python repos for maintained alternatives before you scaffold.
djerok/glm-mcp
Various
GLM (Zhipu/Z.ai) as a cheap, full-capability subagent for the Claude Code app — works on a subscription Claude (no API key for the main agent), auto-routes between Opus and GLM, fi
FROWNINGdev/django-orm-lens
Various
Free, MIT alternative to paid Django schema review. Blast radius on every PR, schema drift, N+1 across functions, ER diagrams, MCP server. No DB, no Django boot, no Pro tier.
githunt-agent/githunt-mcp
Various
MCP server for GitHunt - search, rank, and analyze GitHub developers from Claude, Cursor, or any MCP client
ihorponom/agentpack
Various
Local task-state ledger for AI coding agents. Preserve decisions, source conclusions, evidence, and checkpoints across Codex, Claude Code, Cursor, and other MCP clients.
jayasukuv11-beep/agenthelm
Various
Shared, versioned memory for AI coding agents — MCP server with git-style history (log/diff/blame) for Claude Code, Cursor & Claude Desktop
leesgit/passbaton
Various
Session continuity for AI coding agents — your agent picks up where it left off. Persistent memory for Claude Code, OpenAI Codex CLI & Google Gemini CLI, sharing one local db: auto
mickelsamuel/migrationpilot
Various
PostgreSQL migration linter. Blocks unsafe migrations before merge: 112 rules, the real Postgres parser, lock analysis, auto-fix. CLI, GitHub Action, MCP.
hypnosis/ssh-mcp-server
Various
SSH MCP server for AI agents: remote commands, file transfer, log search and server audits through OpenSSH.
icohangar-ops/codesentinel
Various
AI-Powered Codebase Health Agent for Slack — dead code, circular deps, coupling, architectural drift
Lians-ai/Lians
Various
Evidence-backed proof of done for Claude Code, Codex, Cursor, and other AI coding agents. Run real checks, bind results to current Git state, and know what is ready for human revie
ni-c/woodpecker-ci-mcp
Various
MCP server for Woodpecker CI: read repositories, pipelines and logs, and drive builds, secrets and crons
noordeen123/culprit
Various
Superpowers your agent's debugging: what introduced this bug, and is my fix actually complete? Deterministic, offline, read-only, MCP-native.
zarcherlot/code-relay
Various
[](https://glama.ai/mcp/servers/zarcherlot/code-relay) 🏎️ 🏠 🍎 🪟 🐧 - Branch-scoped runbooks and cross-machine verification with auditable receipts for coding agents.
Claude Code
Various
Anthropic's agentic coding tool for developers. Claude Code understands your codebase, edits files, runs commands, and helps you ship faster.
Get the free Developer’s Field Guide
A 27-page field guide to the AI coding workflow with Claude. Claude Code, MCP servers, the prompt patterns that work, and what to delegate. Free.
Enter your work email. We send it straight over, plus a few short notes worth knowing. Unsubscribe any time.
