Read, search, and manipulate Git repositories programmatically
The Git MCP Server provides tools to read, search, and manipulate Git repositories programmatically. Your AI assistant can inspect commit history, view diffs, manage branches, and search through codebases using git log, blame, and other operations.
Part of the official MCP reference servers maintained by the Model Context Protocol team, this server wraps common git CLI operations into structured MCP tools. It operates on local repositories and respects existing git configurations.
Ideal for developers who want AI-assisted code archaeology, commit message generation, branch management, or repository analysis without leaving their conversation.
Add this to your MCP configuration file:
{
"mcpServers": {
"git": {
"env": {},
"args": [
"-y",
"@modelcontextprotocol/server-git",
"--repository",
"/path/to/repo"
],
"command": "npx"
}
}
}Official MCP reference server maintained by Anthropic/community.
Endpoint probed · 12 tools detected · 0 findings
Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.
Be the first to review this server!
by Toleno
Toleno Network MCP Server — Manage your Toleno mining account with Claude AI using natural language.
by mcp-marketplace
Create, build, and publish Python MCP servers to PyPI — conversationally.
by mcp-marketplace
Scaffold, build, and publish TypeScript MCP servers to npm — conversationally