Bring GitGuardian's secret detection and incident management into your AI agent. Scan code for credentials before they leak, triage existing
If you already use Gg MCP, the gg mcp mcp server is the piece that lets your assistant work with it directly. Bring GitGuardian's secret detection and incident management into your AI agent. Scan code for credentials before they leak, triage existing incidents, generate honeytokens, and remediate findings — all from inside your IDE or chat client.
The toolset is worth reading before you wire it up, because it tells you what the integration is really for:
Honeytokens — generate honeytokens and list existing onesCode — fix automation** — open pull requests that remediate secrets inRegion — URLSelf-hosted — See Self-hosting the MCP serverDeployment — When to useMode — ConfigurationVariable — DescriptionGITGUARDIAN_URL — GitGuardian dashboard URLIS_ON_PREM — true => self-hosted; false => SaaS; unset ⇒ guess from hostnameGITGUARDIAN_PERSONAL_ACCESS_TOKEN — PAT (overrides OAuth)GITGUARDIAN_SCOPES — Comma-separated OAuth scopes to requestGITGUARDIAN_CLIENT_ID — OAuth client IDConfiguration is passed through the environment: ENABLE_LOCAL_OAUTH, GITGUARDIAN_PERSONAL_ACCESS_TOKEN, GITGUARDIAN_URL, MCP_BASE_URL, GITGUARDIAN_CLIENT_ID. Treat anything key-shaped as a real credential — scope it to the minimum the server needs, and rotate it if it ever lands in a shared config.
Because this one is hosted, setup is mostly authentication — you point your client at the endpoint and approve access. Nothing runs on your machine, so there is no runtime to keep patched.
This sits in the developer tooling group, where several servers overlap in what they claim to do but differ sharply once you actually set them up. Gg MCP's toolset — Honeytokens, Code, Region and 11 more — is a fair guide to whether it matches your workflow. It is maintained by GitGuardian; worth a glance at recent repository activity before you build anything load-bearing on it.
This entry was verified against Gg MCP's own documentation before publication; SyncDev keeps the directory reviewed rather than auto-generated.
| Tool | What it does |
|---|---|
| Honeytokens | generate honeytokens and list existing ones. |
| Code | fix automation** — open pull requests that remediate secrets in |
| Region | URL |
| Self-hosted | See [Self-hosting the MCP server](#self-hosting-the-mcp-server) |
| Deployment | When to use |
| Mode | Configuration |
| Variable | Description |
| GITGUARDIAN_URL | GitGuardian dashboard URL |
| IS_ON_PREM | true => self-hosted; false => SaaS; unset ⇒ guess from hostname |
| GITGUARDIAN_PERSONAL_ACCESS_TOKEN | PAT (overrides OAuth) |
| GITGUARDIAN_SCOPES | Comma-separated OAuth scopes to request |
| GITGUARDIAN_CLIENT_ID | OAuth client ID |
| GITGUARDIAN_TOKEN_NAME | Display name for OAuth-issued PATs |
| GITGUARDIAN_TOKEN_LIFETIME | PAT lifetime in days (or never) |
{
"mcpServers": {
"GitGuardian": {
"type": "http",
"url": "https://mcp.gitguardian.com/mcp"
}
}
}Configuration as documented by the project. Restart the client after saving.
| Variable | Description | Required |
|---|---|---|
| ENABLE_LOCAL_OAUTH | Configuration value read at startup. | Optional |
| GITGUARDIAN_PERSONAL_ACCESS_TOKEN | Credential the server authenticates with. | Yes |
| GITGUARDIAN_URL | Endpoint or connection string the server talks to. | Yes |
| MCP_BASE_URL | Endpoint or connection string the server talks to. | Yes |
| GITGUARDIAN_CLIENT_ID | Configuration value read at startup. | Optional |
Kill hallucinated APIs — version-accurate, up-to-date library documentation injected straight into context.
Microsoft's official browser automation server — drive a real browser through the accessibility tree, no screenshots needed.
GitHub's official server — repos, issues, pull requests, Actions and code security, straight from your assistant.
Issue tracking at the speed of conversation — Linear's official hosted server with OAuth and zero install.
Local repository surgery — status, diffs, commits, branches and history for any repo on disk.
Timezone sanity for AI — current time anywhere and correct conversions, without the model doing date math.