Skip to content
Claude Desktop

instagit for Claude Desktop

io.github.instagitai/instagit

MCP server for Instagit — AI-powered Git repository analysis for coding agents

client:Claude Desktop transport:stdio runtime:npm

Install instagit in Claude Desktop

~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "instagit": {
      "command": "npx",
      "args": [
        "-y",
        "instagit"
      ],
      "env": {
        "INSTAGIT_API_KEY": "<INSTAGIT_API_KEY>"
      }
    }
  }
}

Settings → Developer → Edit Config opens this file. Restart the app after saving. Claude Desktop docs

instagit in other clients