mcpbeat Sign in

Instagit MCP Server

by instagitai Your server? Claim it
local only

Instagit runs on your own machine — the client starts it, so there is no endpoint to ping. 38 installs a week from npm. Last commit 13 Feb 2026.

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

Installs per day peak 28 · avg 8 · -33% w/w
a month agotoday
38
Installs / week
npm · instagit
19
Stars
0 open issues
13 Feb 2026
Last commit
0 releases in 90 days
MIT
License
TypeScript

Nothing serious here today

Today is the operative word: we check Instagit every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add instagit -- npx -y instagit
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "instagit": {
      "args": [
        "-y",
        "instagit"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.instagit]
command = "npx"
args = ["-y", "instagit"]
.cursor/mcp.json
{
  "mcpServers": {
    "instagit": {
      "args": [
        "-y",
        "instagit"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "instagit": {
      "args": [
        "-y",
        "instagit"
      ],
      "command": "npx"
    }
  }
}

This one needs environment variables set before it will start: INSTAGIT_API_KEY (API key from instagit.com for higher rate limits and faster analysis). The author declared them in the registry entry; get the values from the project itself.

Alternatives to Instagit

same job, measured the same way
Code Review Analyst
by j0hanz

Gemini-powered MCP server for code review analysis.

local only
Code Assistant
by j0hanz

Gemini-powered MCP server for code analysis.

31 installs/wk local only
Code Lens
by j0hanz

Gemini-powered MCP server for code analysis.

80 installs/wk local only
Coverctl
by felixgeelhaar

Go code coverage analysis tool with MCP server for AI-powered coverage workflows

local only
Coverctl
by klarlabs-studio

Go code coverage analysis tool with MCP server for AI-powered coverage workflows

local only
MCP Abap Adt
by fr0ster

MCP server for SAP ABAP ADT: repository analysis and CRUD for RAP and classic ABAP

615 installs/wk local only
gograph
by ozgurcd

Local Go repository call graphs and structural analysis for coding agents over stdio.

local only
Sheriff
by ryansmith4

MCP server for fixing static analysis issues from SARIF reports with AI agents

local only

Instagit — questions

Answers built from our own checks of this server.

Why is there no uptime for Instagit?
Instagit runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the npm package instagit was installed 38 times last week.
How do I connect Instagit?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls instagit straight from npm; nothing to host, nothing to sign up for.
How many people use Instagit?
The npm package instagit was installed 38 times in the last week. Week over week that is -33%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Instagit open source?
Yes — it is published under the MIT licence, written in TypeScript and 19 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.