Odel
git mcp server

git mcp server

Local
@cyanheads239TypeScriptApache-2.0Updated 1w ago

Comprehensive Git MCP server enabling native git tools including clone, commit, worktree, & more.

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

npm@cyanheads/git-mcp-serverv2.15.3

Run

npx -y @cyanheads/git-mcp-server

MCP client config

{
  "mcpServers": {
    "git-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "@cyanheads/git-mcp-server"
      ]
    }
  }
}
npm@cyanheads/git-mcp-serverv2.15.3

Run

npx -y @cyanheads/git-mcp-server

MCP client config

{
  "mcpServers": {
    "git-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "@cyanheads/git-mcp-server"
      ]
    }
  }
}