LogoSTMCP
Download
gg-mcp

GitGuardian MCP Server

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.

Tools

1. Secret Scanning

Scan code for leaked secrets, credentials, and API keys.

2. Incident Management

View security incidents related to the project you are currently working.

3. Honeytokens

Create honeytokens to detect unauthorized access.

4. Authentication Management

Get authenticated user information and token details.

5. Token Management

Revoke current API tokens.

Open Graph image for GitGuardian MCP Server

JSON Config

{
  "mcpServers": {
    "GitGuardianDeveloper": {
      "command": "uvx",
      "args": [
        "--from",
        "git+https://github.com/GitGuardian/gg-mcp.git",
        "developer-mcp-server"
      ]
    }
  }
}

Information