mcpbeat Sign in

Git MCP Server

local only

Git MCP Server runs on your own machine — the client starts it, so there is no endpoint to ping. 37 installs a week from npm. Last commit 8 Dec 2025.

MCP server for GitLab and GitHub

Installs per day peak 21 · avg 8 · -4% w/w
a month agotoday
37
Installs / week
npm · @raytien/git-mcp-server
0
Stars
0 open issues
8 Dec 2025
Last commit
0 releases in 90 days
MIT
License
TypeScript

Nothing serious here today

Today is the operative word: we check Git MCP Server every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add git-mcp-server -- npx -y @raytien/git-mcp-server
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "git-mcp-server": {
      "args": [
        "-y",
        "@raytien/git-mcp-server"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.git-mcp-server]
command = "npx"
args = ["-y", "@raytien/git-mcp-server"]
.cursor/mcp.json
{
  "mcpServers": {
    "git-mcp-server": {
      "args": [
        "-y",
        "@raytien/git-mcp-server"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "git-mcp-server": {
      "args": [
        "-y",
        "@raytien/git-mcp-server"
      ],
      "command": "npx"
    }
  }
}

This one needs environment variables set before it will start: GIT_PROVIDER (Provider type: gitlab or github), GIT_TOKEN (Personal Access Token for GitHub or GitLab), GIT_API_URL (API URL for self-hosted instances), GIT_READ_ONLY (Disable write operations (true/false)). The author declared them in the registry entry; get the values from the project itself.

Alternatives to Git MCP Server

same job, measured the same way
Contextforge MCP
by alfredoizdev

Persistent memory MCP server for Claude Code, Cursor, and GitHub Copilot.

197 installs/wk local only
Mne Docs
by weiyongxu

MCP server for MNE-Python documentation, source code, GitHub issues, and forum

115 installs/wk local only
Gk CLI
by gitkraken

The GitKraken MCP Server for managing repos, PRs, issues across GitHub, GitLab, Bitbucket and more.

12 113 installs/wk local only
Github Stats
by ryudi84

MCP server for GitHub repo stats: stars, forks, contributors, activity.

27 installs/wk local only
Testing Repo
by vinur1992

An MCP server that created for demo

local only
Grok Image
by codechap

MCP server for Grok image generation and editing

local only
Github
by davidweb3-ctrl

GitHub MCP Server - List PRs, issues, repo info, and search code

21 installs/wk local only
Secure Flows
by michal-lefler

MCP server for secureFlows (secure-flows.com). Alias of io.github.michal-lefler/secureflows-mcp.

18 tools answering

Git MCP Server — questions

Answers built from our own checks of this server.

Why is there no uptime for Git MCP Server?
Git MCP Server runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the npm package @raytien/git-mcp-server was installed 37 times last week.
How do I connect Git MCP Server?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls @raytien/git-mcp-server straight from npm; nothing to host, nothing to sign up for.
How many people use Git MCP Server?
The npm package @raytien/git-mcp-server was installed 37 times in the last week. Week over week that is -4%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Git MCP Server open source?
Yes — it is published under the MIT licence, written in TypeScript and 0 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.