Skip to main content
Glama
Rethunk-AI

@rethunk/mcp-multi-root-git

Official
by Rethunk-AI

CI npm version License: MIT


MCP stdio server exposing git tools to AI clients — status, multi-root inventory, parity checks, presets, logs, pickaxe history search, diffs, commits, push, merge, worktrees, and more. One server process spans every workspace root the client registers at initialize.

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.

Quick start

npx -y @rethunk/mcp-multi-root-git

Full install, prerequisites, and MCP client wiring: HUMANS.md and docs/install.md.

Related MCP server: GitPilot MCP

Highlights

  • Multi-root fan-outgit_status, git_inventory, git_parity, git_log, and git_grep route across one repo, an explicit list, or every MCP root ("*")

  • Structured JSON — minified tool payloads (format version 5); optional fields omitted when empty

  • Presets.rethunk/git-mcp-presets.json at the git toplevel for nested roots and parity pairs

  • Read and write git — diffs, blame, conflicts, stash, batch_commit, push, merge, cherry-pick, revert, branches, tags, and worktrees (writes take a single workspaceRoot)

  • Deliberately small surface — 24 tools; every tool must clear the inclusion criteria (enforced policy on writes, fan-out call compression, or large-output compression)

  • Published schemasschemas/index.json and per-tool JSON Schema files for offline validation

Documentation

Doc

Audience

docs/install.md

Single source for prerequisites, running the package, and every supported MCP client (plus from-source and troubleshooting)

docs/mcp-tools.md

Tool ids, client naming, format / JSON, resource URI, workspace root resolution (canonical reference)

schemas/index.json

Published JSON schemas for all MCP tool parameters (JSON Schema draft 2020-12 format)

HUMANS.md

Preset file, dev commands, CI, publishing

AGENTS.md

Contributors: implementation map (src/server/ + entry src/server.ts), contract bumps, CI

CONTRIBUTING.md

Dev setup, hooks, commit conventions, release checks, and how to add tools

SECURITY.md

Disclosure policy, threat model, and repository safety guidance

CHANGELOG.md

Release notes (Keep a Changelog style)

TODO.md

Future backlog and planned work

specs/README.md

Active / done / parked specification layout used for repo planning

License

Copyright (c) 2026 Rethunk Tech. Licensed under the MIT License — see LICENSE for details.

A
license - permissive license
-
quality - not tested
A
maintenance

Maintenance

Maintainers
1hResponse time
5dRelease cycle
19Releases (12mo)
Commit activity
Issues opened vs closed

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Related MCP Servers

  • A
    license
    B
    quality
    D
    maintenance
    Provides comprehensive Git functionality to MCP clients, enabling users to manage repositories through operations like commits, diffs, and branch management via natural language. It automatically detects the current working directory and supports multi-project workflows across different local environments.
    Last updated
    16
    432
    2
    MIT
  • A
    license
    -
    quality
    -
    maintenance
    A lightweight MCP server that enables AI assistants to manage local Git repositories by executing commands like status, add, and commit. It streamlines development workflows by providing repository context and diffs directly to the assistant.
    Last updated
  • A
    license
    -
    quality
    D
    maintenance
    An MCP server that provides tools for interacting with Git repositories, enabling AI assistants to manage repositories, branches, commits, and files through a standardized interface.
    Last updated
    4,665
    1
    Apache 2.0
  • A
    license
    -
    quality
    C
    maintenance
    Provides 15 MCP tools for AI-powered Git intelligence, enabling commit messages, branch creation, PR descriptions, code review, diff analysis, and push operations directly from your AI assistant.
    Last updated
    MIT

View all related MCP servers

Related MCP Connectors

  • A MCP server built for developers enabling Git based project management with project and personal…

  • Repo intel for AI coding agents: overview, PRs, contributors, hot files, CI, deps. Remote MCP.

  • User-owned memory for AI agents, Copilot, Claude, IDEs, CLIs, and chat apps over remote MCP.

View all MCP Connectors

Latest Blog Posts

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