Developer Tools
Git
Tools to read, search, and manipulate Git repositories, including status, diffs, commits, branches, and history.
Install
uvx mcp-server-git --repository path/to/git/repoTools to read, search, and manipulate Git repositories, including status, diffs, commits, branches, and history.
uvx mcp-server-git --repository path/to/git/repoThe Git MCP server exposes tools to read, search, and manipulate Git repositories directly from an MCP client.
{
"mcpServers": {
"git": {
"command": "uvx",
"args": ["mcp-server-git", "--repository", "path/to/git/repo"]
}
}
}