GitGuardian MCP Server enables AI assistants to scan projects for secrets, manage security incidents, and create honeytokens using GitGuardian's API with over 500 secret detectors.
Scan code for leaked secrets, credentials, and API keys.
View security incidents related to the project you are currently working.
Create honeytokens to detect unauthorized access.
Get authenticated user information and token details.
Revoke current API tokens.
{
"mcpServers": {
"GitGuardianDeveloper": {
"command": "uvx",
"args": [
"--from",
"git+https://github.com/GitGuardian/gg-mcp.git",
"developer-mcp-server"
]
}
}
}