Skip to content
Cursor

mcp git for Cursor

io.github.infoinlet-marketplace/mcp-git

Read-only Git inspection for AI agents — log, show, diff, status, blame, grep. No writes.

client:Cursor transport:stdio runtime:npm

Install mcp git in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

{
  "mcpServers": {
    "mcp-git": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@infoinlet/mcp-git"
      ]
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

mcp git in other clients