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/repo
The Git MCP server exposes tools to read, search, and manipulate Git repositories directly from an MCP client.
## Capabilities
- Inspect status, diffs, and commit history
- Stage changes and create commits
- Create and checkout branches
- Search repository contents
## Usage
```json
{
"mcpServers": {
"git": {
"command": "uvx",
"args": ["mcp-server-git", "--repository", "path/to/git/repo"]
}
}
}
```