Servers

Instagit - Let Your Agents Instantly Understand Any Github Repo
@instalabsai
An MCP server that gives coding agents instant insight into any Git repository — no guessing, no hallucination.
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"instagit": {
"command": "npx",
"args": [
"-y",
"instagit@latest"
]
}
}
}