blade47/shadowgit-mcp
A Model Context Protocol (MCP) server that provides AI assistants with secure, read-only access to your ShadowGit repositories. This enables powerful debugging and code analysis capabilities by giving AI access to your project's fine-grained git history.
Platform-specific configuration:
{
"mcpServers": {
"shadowgit-mcp": {
"command": "npx",
"args": [
"-y",
"shadowgit-mcp"
]
}
}
}Add the config above to .claude/settings.json under the mcpServers key.
Loading reviews...