HomeVersion Control › instagit

instagit

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

TypeScript
★ 19 stars Last pushed 2026-02-13 License: MIT

Connect

Review any command before running it. Package names and URLs come from the server's own registry entry.

Package (npm 0.1.5)

npx -y instagit@0.1.5

Or add to your MCP client config:

{
  "mcpServers": {
    "instagit": {
      "command": "npx",
      "args": [
        "-y",
        "instagit@0.1.5"
      ],
      "env": {
        "INSTAGIT_API_KEY": "<YOUR_VALUE>"
      }
    }
  }
}
  • INSTAGIT_API_KEY secret — API key from instagit.com for higher rate limits and faster analysis

Related servers

Data from the Official MCP Registry