Productivity|Development|AI / MLTypeScript
git-mcp
GitMCP is a free, open-source, remote MCP server for any GitHub project.
N/A rating (0 reviews)0 installs7,891 GitHub stars
MCPGitHubAI
GitMCP transforms any GitHub project into a documentation hub, enabling AI tools to access up-to-date documentation and code, thereby eliminating code hallucinations seamlessly. It supports specific repositories and generic setups for enhanced security and relevance.
Compatible with
Claude DesktopCursor
Install
Claude Desktop
Add to your claude_desktop_config.json:
{
"mcpServers": {
"git-mcp-2": {
"args": [
"-y",
"gitmcp"
],
"command": "npx"
}
}
}Config File Location
Mac: ~/Library/Application Support/Claude/claude_desktop_config.json
Windows: %APPDATA%\Claude\claude_desktop_config.json
Linux: ~/.config/claude/claude_desktop_config.json
Some servers require additional setup - check the GitHub README for specific instructions.