GI

GitGuardian

Created 4 months ago

GitGuardian MCP Server for scanning projects and preventing credential leaks.

development security API incident management secret scanning

What is GitGuardian?

GitGuardian official MCP server - Scan projects using GitGuardian's industry-leading API, which features over 500 secret detectors to prevent credential leaks before they reach public repositories. Resolve security incidents directly with rich contextual data for rapid, automated remediation.

Documentation

GitGuardian MCP Server

Features supported

  • Secret Scanning: Scan code for leaked secrets, credentials, and API keys
  • Incident Management: View security incidents related to the project you are currently working.
  • Honeytokens: Create honeytokens to detect unauthorized access
  • Authentication Management: Get authenticated user information and token details
  • Token Management: Revoke current API tokens

Installation# Installation with Cursor

  1. Edit your Cursor MCP configuration file located at ~/.cursor/mcp.json
  2. Add the GitGuardian MCP server configuration:
{
  "mcpServers": {
    "GitGuardianDeveloper": {
      "command": "uvx",
      "args": ["--from", "git+https://github.com/GitGuardian/gg-mcp.git", "developer-mcp-server"]
    }
  }
}

Authentication Process

  1. When you start the server, it will automatically open a browser window to authenticate with GitGuardian.
  2. After you log in to GitGuardian and authorize the application, you'll be redirected back to the local server.
  3. The authentication token will be securely stored for future use.
  4. The next time you start the server, it will reuse the stored token without requiring re-authentication.

Server Config

{
  "mcpServers": {
    "gitguardian-server": {
      "command": "npx",
      "args": [
        "gitguardian"
      ]
    }
  }
}

Links & Status

Repository: github.com
Hosted: No
Global: Yes
Official: Yes

Project Info

Hosted Featured
Created At: Jul 22, 2025
Updated At: Aug 07, 2025
Author: GitGuardian Team
Category: official
License: MIT License
Tags:
development security API