71
/ 100
12 days ago
glama

GitGuardian MCP Server

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.

Is this your MCP?

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.

// key findings
No credential exfiltration, no sensitive file access, no obfuscation
Static analysis found nothing flowing your secrets to unexpected places.
Open source with a license and README
Anyone can audit the code, the license is declared, and the publisher documents what it does.
🔐
You'll be asked for 1 credential: GITGUARDIAN_PERSONAL_ACCESS_TOKEN
These are read from process.env at runtime. Make sure you trust where they’ll be sent.
// required environment variables
This server reads these from process.env. You'll be asked to provide them before it can run.
configMCP_OAUTH_TOKEN_NAME
configGITGUARDIAN_TOKEN_LIFETIMEPAT lifetime in days (or never) 30
configSENTRY_DSN
🔐 secretGITGUARDIAN_PERSONAL_ACCESS_TOKENPAT env (any transport) =<pat> + ENABLE_LOCAL_OAUTH=false CI, scripts, local stdio. Server uses the env-var PAT for every GG API call.
configGITGUARDIAN_URL"": "https://dashboard.gitguardian.com"
configENABLE_LOCAL_OAUTHOAuth 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.
configMCP_PORTRaw bearer (HTTP) ENABLE_LOCAL_OAUTH=false + set Self-hosted deployments without OAuth. Client sends Authorization: Bearer <PAT> on every request.
configMCP_HOSTBind address for HTTP transport 127.0.0.1
configGITGUARDIAN_SCOPESComma-separated OAuth scopes to request Auto
configGITGUARDIAN_TOKEN_NAMEDisplay name for OAuth-issued PATs MCP Token
// full audit trail
The full breakdown of what we checked, the deductions that landed, the network hosts, the dependency advisories, and concrete fix guidance is available to verified publishers.
// improvement guidance — verified publishers only
We have 5 concrete improvements we can share with the publisher of this MCP. Each comes with specific guidance to raise the trust score.
// embed badge in your README
[![M8ven Score](https://m8ven.ai/badge/mcp/gitguardian-ggmcp-fnu0mc)](https://m8ven.ai/mcp/gitguardian-ggmcp-fnu0mc)
commit: 4ecf0278cda3bd582798b0a884af0b3cca0fbecb
code hash: d53500171a9f0ca5ad9acec941385e2c4d5590a5a66cbfab6407251f72e8f273
verified: 6/17/2026, 12:13:13 PM
view raw JSON →