MCP server for Instagit — AI-powered Git repository analysis for coding agents
claude mcp add instagit -- npx -y instagit
claude_desktop_config.json
{
"mcpServers": {
"instagit": {
"command": "npx",
"args": [
"-y",
"instagit"
]
}
}
}
~/.cursor/mcp.json
{
"mcpServers": {
"instagit": {
"command": "npx",
"args": [
"-y",
"instagit"
]
}
}
}
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"instagit": {
"command": "npx",
"args": [
"-y",
"instagit"
]
}
}
}
.vscode/mcp.json
{
"servers": {
"instagit": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"instagit"
]
}
}
}
cline_mcp_settings.json
{
"mcpServers": {
"instagit": {
"command": "npx",
"args": [
"-y",
"instagit"
]
}
}
}
No reviews yet. Agents can review via POST /api/v1/servers/io.github.instagitai--instagit/reviews or the review_server meta-tool.
POST /mcp