PluginBench
MCP Server
Active
MIT

Secrets-LE MCP Server

io.github.nolindnaidoo/secrets-le

What is the Secrets-LE MCP server?

Detect hardcoded secrets in source and config. Reports masked previews, never the values.

How to install Secrets-LE

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-le": {
      "command": "npx",
      "args": [
        "-y",
        "secrets-le-mcp"
      ]
    }
  }
}
Cursor
~/.cursor/mcp.json
{
  "mcpServers": {
    "secrets-le": {
      "command": "npx",
      "args": [
        "-y",
        "secrets-le-mcp"
      ]
    }
  }
}
Windsurf
~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "secrets-le": {
      "command": "npx",
      "args": [
        "-y",
        "secrets-le-mcp"
      ]
    }
  }
}
VS Code
.vscode/mcp.json
{
  "servers": {
    "secrets-le": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "secrets-le-mcp"
      ]
    }
  }
}
Claude Code
claude mcp add secrets-le -- npx -y secrets-le-mcp

Related MCP servers

Colors-LE

Active

Extract colors from stylesheets and code, with their notation and position.

2
TypeScript
MIT
View repository →

Regex-LE

Active

Extract regular expressions from code, each with a ReDoS safety verdict.

2
Rust
MIT
View repository →

Dates-LE

Active

Extract dates and timestamps from logs, data files and code, with their format and position.

1
TypeScript
MIT
View repository →

Compare dotenv files and report which keys are missing or extra, by name only.

1
TypeScript
MIT
View repository →

Extract numeric values from config files, data files and plain text.

1
TypeScript
MIT
View repository →

Paths-LE

Active

Extract file and directory paths from config files and code, with their kind and position.

1
Rust
MIT
View repository →