Git MCP Server runs on your own machine — the client starts it, so there is no endpoint to ping. 3 381 installs a week from npm. Last commit 25 Aug 2026.
Comprehensive Git MCP server enabling native git tools including clone, commit, worktree, & more.
We read the source, 22 h ago · rules 3dff92dd89df
What this server is able to do. For an MCP server this is often the job itself — a terminal server runs commands because that is what it is for. Listed so you know what you are plugging in, not as an accusation.
spawn(
Is this your server and something here is wrong? Tell us — corrections are free and do not require a plan.
We found places where it runs commands, builds paths or queries from values it is given. None of that is a flaw by itself — it becomes one when the code changes, and code changes quietly between releases. We re-read it on every one.
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.
claude mcp add git-mcp-server -- npx -y @cyanheads/git-mcp-server
{
"mcpServers": {
"git-mcp-server": {
"args": [
"-y",
"@cyanheads/git-mcp-server"
],
"command": "npx"
}
}
}
[mcp_servers.git-mcp-server]
command = "npx"
args = ["-y", "@cyanheads/git-mcp-server"]
{
"mcpServers": {
"git-mcp-server": {
"args": [
"-y",
"@cyanheads/git-mcp-server"
],
"command": "npx"
}
}
}
{
"mcpServers": {
"git-mcp-server": {
"args": [
"-y",
"@cyanheads/git-mcp-server"
],
"command": "npx"
}
}
}
This one needs environment variables set before it will start:
MCP_HTTP_HOST (The hostname for the HTTP server.), MCP_HTTP_PORT (The port to run the HTTP server on.), MCP_HTTP_ENDPOINT_PATH (The endpoint path for the MCP server.), MCP_AUTH_MODE (Authentication mode to use: 'none', 'jwt', or 'oauth'.), MCP_LOG_LEVEL (Sets the minimum log level for output (e.g., 'debug', 'info', 'warn').), GIT_BASE_DIR (Optional absolute path to restrict all git operations to a specific directory tree. Provides security sandboxing for multi-tenant or shared environments.).
The author declared them in the registry entry; get the values from the project itself.
GoPeak — The most comprehensive MCP server for Godot Engine. 95+ tools, LSP, DAP, screenshots.
MCP server for querying VirusTotal API with comprehensive security analysis tools.
MCP server + tools for the Forge E-- generative-music authoring loop (compile / run / commit).
A comprehensive Model Context Protocol (MCP) server that enables AI assistants to interact with yo…
The most complete MCP server for n8n — 43 tools for workflows, data tables, and more.
Native macOS MCP server — 82 tools for Mail, Calendar, Teams, OneDrive and more.
MCP server for Trello boards with rate limiting, type safety, and comprehensive API integration.
Comprehensive MCP server for the Robokassa payment gateway (18 tools, full API coverage).
Answers built from our own checks of this server.