an MCP server that lets an AI agent inspect and interact with a local Git repository.
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"git-mcp": {
"command": "npx",
"args": [
"-y",
"prashant-ai-lab/git-mcp"
]
}
}
}
Run in terminal:
claude mcp add git-mcp npx -y prashant-ai-lab/git-mcp
Add to .cursor/mcp.json:
{
"mcpServers": {
"git-mcp": {
"command": "npx",
"args": [
"-y",
"prashant-ai-lab/git-mcp"
]
}
}
}