Git MCP
The Git server exposes repository operations to AI assistants: status, diffs, commits, branches, log history, and file listing. It's read/write but you control which repo it points at. Best for coding agents that need to understand or manage a repository's git state.
AI ToolFree Tier: Fully free, open-source (MIT)Company: Anthropic / MCP projectCategory: MCP ServersOpen Source: YesQuick Start: uvx mcp-server-git --repository /path/to/repo → Add to your MCP client → Ask about branch state, recent commits, or uncommitted changesVisit Git MCP