Enables AI agents to scan projects for leaked secrets and manage security incidents using GitGuardian's comprehensive API. It supports automated secret detection, honeytoken creation, and remediation workflows to secure codebases without context switching.
Claim it to get a verified publisher badge, a free copy of our full audit findings, and direct contact for any high-priority issues we find.
Install from
M8ven verifies MCPs across every public registry — install directly from whichever one you prefer.
process.env. You'll be asked to provide them before it can run.MCP_OAUTH_TOKEN_NAMEGITGUARDIAN_TOKEN_LIFETIME— PAT lifetime in days (or never) 30SENTRY_DSNGITGUARDIAN_PERSONAL_ACCESS_TOKEN— PAT env (any transport) =<pat> + ENABLE_LOCAL_OAUTH=false CI, scripts, local stdio. Server uses the env-var PAT for every GG API call.GITGUARDIAN_URL— "": "https://dashboard.gitguardian.com"ENABLE_LOCAL_OAUTH— OAuth proxy (HTTP) MCP_OAUTH_PROXY_ENABLED=true + =false The hosted MCP server. MCP client runs OAuth against /authorize+/token; the server proxies to the GG dashboard.MCP_PORT— Raw bearer (HTTP) ENABLE_LOCAL_OAUTH=false + set Self-hosted deployments without OAuth. Client sends Authorization: Bearer <PAT> on every request.MCP_HOST— Bind address for HTTP transport 127.0.0.1GITGUARDIAN_SCOPES— Comma-separated OAuth scopes to request AutoGITGUARDIAN_TOKEN_NAME— Display name for OAuth-issued PATs MCP Token[](https://m8ven.ai/mcp/gitguardian-ggmcp-fnu0mc)