Git repository operations and history inspection
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
Recommended: intelligent tool routing, lower costs
uvx agent-corex mcp add gitAgent-CoreX selects only the tools your agent needs, cutting token usage by up to 60%.
Use Git directly without routing
npx -y @modelcontextprotocol/server-gitNew to Agent-CoreX? View setup guide →