Stats
Actions
Tags
From githits
Scans Git repositories for secrets, API keys, passwords, and sensitive data patterns in code and commit history. Runs locally as a subprocess. No API keys required.
Copy this JSON into your .mcp.json to enable this server
Add to your .mcp.json:
{
"mcpServers": {
"githits": {
"command": "npx",
"args": [
"-y",
"githits@latest",
"mcp",
"start"
]
}
}
}Server configuration and connection parameters
npxCommand-line arguments passed to the server process
npx claudepluginhub githits-com/githits-cli