Code ExecutionOfficialPython
Git MCP Server
Read, search, and inspect local Git repositories without leaving your assistant.
1.8k starsUpdated Aug 22, 2026pypi/mcp-server-git
Ads
Overview
Provides git status, diff, log, and search tools for local repositories on the machine running the MCP client.
Installation
uvx mcp-server-git
Configuration
{
"mcpServers": {
"git": {
"command": "uvx",
"args": ["mcp-server-git", "--repository", "/path/to/repo"]
}
}
}Capabilities
- git_status
Show working tree status.
- git_diff
Show unstaged or staged diffs.
- git_log
List recent commits.
Supported clients
- Claude Desktop
- Cursor
Tags
- git
- local-repo
Related MCP servers
Context7 MCP
OfficialOfficial Context7 MCP server that brings up-to-date, version-specific library documentation and code examples into AI coding prompts.
61.3kCode ExecutionUpdated Today
Chrome DevTools MCP
OfficialOfficial Chrome DevTools MCP server for controlling and inspecting a live Chrome browser from coding agents such as Gemini, Claude, Cursor, and Copilot.
49.9kCode ExecutionUpdated Today
Mastra/mcp
OfficialClient implementation for Mastra, providing seamless integration with MCP-compatible AI models and tools.
27.5kCode ExecutionUpdated Today
GitHub MCP Server
OfficialConnect your AI assistant to GitHub repositories, issues, pull requests, and search.
12.4kCode ExecutionUpdated 2 days ago