Instagit runs on your own machine — the client starts it, so there is no endpoint to ping. 31 installs a week from npm. Last commit 13 Feb 2026.
MCP server for Instagit — AI-powered Git repository analysis for coding agents
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.
claude mcp add instagit -- npx -y instagit
{
"mcpServers": {
"instagit": {
"args": [
"-y",
"instagit"
],
"command": "npx"
}
}
}
[mcp_servers.instagit]
command = "npx"
args = ["-y", "instagit"]
{
"mcpServers": {
"instagit": {
"args": [
"-y",
"instagit"
],
"command": "npx"
}
}
}
{
"mcpServers": {
"instagit": {
"args": [
"-y",
"instagit"
],
"command": "npx"
}
}
}
Answers built from our own checks of this server.