@rethunk/mcp-multi-root-git
OfficialProvides tools for interacting with Git repositories, including status, multi-root inventory, logs, diffs, commit, push, merge, stash, tags, worktrees, blame, branch listing, reflog, and more.
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@@rethunk/mcp-multi-root-gitshow git status across all workspaces"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
@rethunk/mcp-multi-root-git
git tools over MCP: status, multi-root inventory, HEAD parity, presets, logs, content search, structured and raw diff views, commit inspection, conflict inspection, fetch, remotes, describe, stash, tag, branch create/delete/rename, batch commit, push, merge, cherry-pick, revert, worktrees, soft-reset, blame, branch listing, and reflog. Install and MCP client wiring: docs/install.md only — do not duplicate those steps elsewhere.
Repository: github.com/Rethunk-AI/mcp-multi-root-git · npmjs (manual releases): @rethunk/mcp-multi-root-git · GitHub Packages (CI on each tag): @rethunk-ai/mcp-multi-root-git — see docs/install.md and HUMANS.md Publishing.
Documentation
Doc | Audience |
Single source for prerequisites, running the package, and every supported MCP client (plus from-source and troubleshooting) | |
Tool ids, client naming, | |
Published JSON schemas for all MCP tool parameters (JSON Schema draft 2020-12 format) | |
Preset file, dev commands, CI, publishing | |
Contributors: implementation map ( | |
Dev setup, hooks, commit conventions, release checks, and how to add tools | |
Disclosure policy, threat model, and repository safety guidance | |
Active / done / parked specification layout used for repo planning |
Tools at a glance: see the table in docs/mcp-tools.md.
Related MCP server: GitPilot MCP
JSON Schemas
All MCP tool parameters are published as JSON Schema (draft 2020-12) documents in the schemas/ directory. Tools and validators can use these schemas to validate tool input arguments without reading source code.
Schema files:
schemas/index.json— Index of all 30 tool schemas with file pathsschemas/{tool_name}.json— Individual schema for each tool (e.g.,schemas/batch_commit.json,schemas/git_status.json)
For programmatic use, read schemas/index.json to discover available tools and their schema files.
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Latest Blog Posts
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/Rethunk-AI/mcp-multi-root-git'
If you have feedback or need assistance with the MCP directory API, please join our Discord server