git-mcp-serverMCP Server37/100 via “dual-transport mcp server with stdio and http backends”
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.
Unique: Provides true dual-transport support with a single codebase by abstracting transport concerns from business logic. HTTP transport includes JWT/OAuth authentication via JOSE and session management, while STDIO transport leverages OS-level process isolation for security.
vs others: More flexible than single-transport MCP servers because it supports both tight local integration (STDIO) and distributed deployment (HTTP) without code duplication, and includes authentication for HTTP unlike basic MCP server implementations.