trufflehog

GitHub

Find, verify, and analyze leaked credentials

RAW Config

Claude Desktop Configuration

Add to ~/Library/Application Support/Claude/claude_desktop_config.json

{
  "mcpServers": {
    "trufflehog": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-trufflehog"
      ]
    }
  }
}