PluginBench
MCP Server
Active
MIT

io.github.eltociear/secrets-audit-mcp MCP Server

io.github.eltociear/secrets-audit-mcp

What is the io.github.eltociear/secrets-audit-mcp MCP server?

Detects leaked secrets & API keys: 32+ provider rules (AWS, GitHub, Stripe, OpenAI…), zero deps.

How to install io.github.eltociear/secrets-audit-mcp

Copy-paste configuration for popular MCP clients.

transport: stdio
Config generated by PluginBench — verify against the source before use.
Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "secrets-audit-mcp": {
      "command": "docker",
      "args": [
        "run",
        "-i",
        "--rm",
        "ghcr.io/eltociear/secrets-audit-mcp:1.0.1"
      ]
    }
  }
}
Cursor
~/.cursor/mcp.json
{
  "mcpServers": {
    "secrets-audit-mcp": {
      "command": "docker",
      "args": [
        "run",
        "-i",
        "--rm",
        "ghcr.io/eltociear/secrets-audit-mcp:1.0.1"
      ]
    }
  }
}
Windsurf
~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "secrets-audit-mcp": {
      "command": "docker",
      "args": [
        "run",
        "-i",
        "--rm",
        "ghcr.io/eltociear/secrets-audit-mcp:1.0.1"
      ]
    }
  }
}
VS Code
.vscode/mcp.json
{
  "servers": {
    "secrets-audit-mcp": {
      "type": "stdio",
      "command": "docker",
      "args": [
        "run",
        "-i",
        "--rm",
        "ghcr.io/eltociear/secrets-audit-mcp:1.0.1"
      ]
    }
  }
}
Claude Code
claude mcp add secrets-audit-mcp -- docker run -i --rm ghcr.io/eltociear/secrets-audit-mcp:1.0.1

Related MCP servers

MCP server: static security scanner for MCP servers, agent skills & plugins. 68 attack patterns.

4
Python
View repository →

EVM contract/token risk check + ERC20 approval (proxy, EIP-7702, unlimited-allowance). Zero deps.

1
Python
MIT
View repository →