Tools to read, search, and manipulate Git repositories
A Model Context Protocol server that provides tools for working with Git repositories. Read commit history, search code, view diffs, and explore repository structure.
{
"mcpServers": {
"git": {
"args": [
"mcp-server-git",
"--repository",
"path/to/git/repo"
],
"command": "uvx"
}
}
}