git-mcp
by idosal · TypeScript · ★ 8,210
Put an end to code hallucinations! GitMCP is a free, open-source, remote MCP server for any GitHub project
Install
npx -y github:idosal/git-mcp Auto-generated from the repo's primary language — check the repo's own README for its exact install instructions.
Claude Desktop config
A starting point for your claude_desktop_config.json
(auto-generated — the repo's README may specify a published package name or required env vars):
{
"mcpServers": {
"git-mcp": {
"command": "npx",
"args": [
"-y",
"github:idosal/git-mcp"
]
}
}
} From the README
Related developer tools servers
github-mcp-server
github
GitHub's official MCP Server
serena
oraios
A powerful MCP toolkit for coding, providing semantic retrieval and editing capabilities - the IDE for your agent
Skill_Seekers
yusufkaraaslan
Convert documentation websites, GitHub repositories, and PDFs into Claude AI skills with automatic conflict detection
mcp-playwright
executeautomation
Playwright Model Context Protocol Server - Tool to automate Browsers and APIs in Claude Desktop, Cline, Cursor IDE and More 🔌
aci
aipotheosis-labs
ACI.dev is the open source tool-calling platform that hooks up 600+ tools into any agentic IDE or custom AI agent through direct function calling or a unified MCP server. The birthplace of VibeOps.
godot-mcp
Coding-Solo
MCP server for interfacing with Godot game engine. Provides tools for launching the editor, running projects, and capturing debug output.