git-mcp-server and github-to-mcp
These are complements: the first provides direct Git repository access to AI agents, while the second converts GitHub repositories' APIs into MCP servers, allowing agents to interact with repository data through multiple protocol interfaces.
About git-mcp-server
cyanheads/git-mcp-server
An MCP (Model Context Protocol) server enabling LLMs and AI agents to interact with Git repositories. Provides tools for comprehensive Git operations including clone, commit, branch, diff, log, status, push, pull, merge, rebase, worktree, tag management, and more, via the MCP standard. STDIO & HTTP.
Provides 28 tools organized by workflow (staging, branching, remote ops, advanced), plus session-based resource management and a structured wrap-up prompt for guided git workflows. Built on pluggable architecture with declarative tool definitions, dependency injection via tsyringe, and support for commit signing—with cross-runtime detection for Bun and Node.js via auto-spawned git processes. Integrates with MCP clients (Cline, Claude Desktop) over stdio or HTTP transports, with configurable git identity, path sanitization for security, and optional OpenTelemetry observability.
About github-to-mcp
nirholas/github-to-mcp
Convert GitHub repositories to MCP servers automatically. Extract tools from OpenAPI, GraphQL & REST APIs for Claude Desktop, Cursor, Windsurf, Cline & VS Code. AI-powered code generation creates type-safe TypeScript/Python MCP servers. Zero config setup - just paste a repo URL. Built for AI assistants & LLM tool integration.
Implements automatic repository analysis using language-specific parsers and detects OpenAPI, GraphQL, and AsyncAPI specifications to generate type-safe MCP servers in TypeScript, Python, or Go. The architecture fetches and classifies repositories by type, extracts tools from multiple sources (API specs, source code, READMEs), then generates complete runnable servers with configuration files for Claude Desktop, Cursor, and Windsurf integration via the Model Context Protocol.
Related comparisons
Scores updated daily from GitHub, PyPI, and npm data. How scores work