Skip to content
Zed

instagit for Zed

io.github.instagitai/instagit

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

client:Zed transport:stdio runtime:npm

Install instagit in Zed

~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json

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

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

Merge this into your existing settings object — do not replace the file. Zed docs

instagit in other clients