Skip to content
ai101.tools
navigateopenescclose
Claude+372Whisper+228LangChain+168Codex+223NotebookLM+276DALL-E 3+192DeepL+249n8n+208Topaz Video AI+153LlamaIndex+161
Git MCP Server logo
MCP server

Git MCP Server

Read and write a local Git repository through MCP tools.

0
SaveVisit website ↗

Add it to your client

Official
Install
uvx mcp-server-git --repository /path/to/repo
mcpServers
{
  "mcpServers": {
    "git-mcp": {
      "command": "uvx",
      "args": [
        "mcp-server-git",
        "--repository",
        "/path/to/repo"
      ]
    }
  }
}
Transport
stdio
Runtime
Python
Auth
Not required
Tools
12
License
MIT
Tools
git_statusgit_diff_unstagedgit_diff_stagedgit_diffgit_commitgit_addgit_resetgit_loggit_create_branchgit_checkoutgit_showgit_branch

A reference server from the MCP project that turns ordinary Git operations into agent tools. The model can check working tree status, read staged and unstaged diffs, stage files, commit, inspect history and single commits, and create or switch branches. It works on a repository path passed at startup, so nothing leaves the machine and no account or token is involved. Useful when an assistant should reason about repository state instead of shelling out to the git binary.

Comments(0)

Sign in to comment

No comments yet — be the first.

Similar MCP servers

Report this comment

Why are you reporting this?