MCP Directory
Developer Tools

Git repository operations and history inspection

Tools(10)

Available tools exposed by this MCP server to your AI agent.

git_status

Show the working tree status

git_diff

Show changes between commits, commit and working tree

git_commit

Record changes to the repository with a commit message

git_add

Add file contents to the staging area

git_reset

Unstage all staged changes

git_log

Show the commit log with message and metadata

git_create_branch

Create a new branch from an optional base branch

git_checkout

Switch branches or restore working tree files

git_show

Show the contents of a commit

git_init

Initialize a new Git repository

Installation Guide

Use with Agent-CoreX

Recommended: intelligent tool routing, lower costs

uvx agent-corex mcp add git

Agent-CoreX selects only the tools your agent needs, cutting token usage by up to 60%.

Direct Install

Use Git directly without routing

npx -y @modelcontextprotocol/server-git

New to Agent-CoreX? View setup guide →

Git MCP Server — Agent-CoreX