secrets-audit-mcp
Rank #34,767io.github.eltociear/secrets-audit-mcp
Detects leaked secrets & API keys: 32+ provider rules (AWS, GitHub, Stripe, OpenAI…), zero deps.
secrets-audit-mcp is a Model Context Protocol (MCP) server published by eltociear. It ranks #34,767 of 115,591 servers tracked on MCP Toplist, and its repository has 1 GitHub stars. secrets-audit-mcp is listed across 3 registries — Official MCP, PulseMCP and Glama, with 1 tracked version. It was first listed on May 14, 2026 and most recently updated on Jun 7, 2026.
Ranks ahead of 80,824 of 115,591 servers on MCP Toplist.
Use secrets-audit-mcp
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add secrets-audit-mcp -- docker run -i --rm ghcr.io/eltociear/secrets-audit-mcp:1.0.1[mcp_servers.secrets-audit-mcp]
command = "docker"
args = ["run", "-i", "--rm", "ghcr.io/eltociear/secrets-audit-mcp:1.0.1"]Add to ~/.codex/config.toml.
{
"mcpServers": {
"secrets-audit-mcp": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/eltociear/secrets-audit-mcp:1.0.1"
]
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config).
{
"mcpServers": {
"secrets-audit-mcp": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/eltociear/secrets-audit-mcp:1.0.1"
]
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"servers": {
"secrets-audit-mcp": {
"type": "stdio",
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/eltociear/secrets-audit-mcp:1.0.1"
]
}
}
}Save as .vscode/mcp.json in your workspace.
{
"mcpServers": {
"secrets-audit-mcp": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/eltociear/secrets-audit-mcp:1.0.1"
]
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"secrets-audit-mcp": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/eltociear/secrets-audit-mcp:1.0.1"
]
}
}
}Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.github.eltociear%2Fsecrets-audit-mcp)<a href="https://mcptoplist.com/server/io.github.eltociear%2Fsecrets-audit-mcp"><img src="https://mcptoplist.com/badge/io.github.eltociear%2Fsecrets-audit-mcp.svg" alt="MCP Toplist: Top 50% of 115,591" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 3 registries
eltociear
Other servers by eltociear
- mcp-security-audit#10,373 · 2 vers
- tokenguard-mcp#26,979 · 2 vers
- contract-guard-mcp#35,562 · 1 ver
- taskmarket-mcp#64,976
- Repo Security Scanner — Malicious Code & Supply Chain#66,444 · 1 ver
Available versions (1)
| Version | Published |
|---|---|
| 1.0.1 | Jun 7, 2026 |
Frequently asked questions
- Who maintains secrets-audit-mcp?
- secrets-audit-mcp is maintained by eltociear, which publishes 7 MCP servers (8 total versions) tracked on MCP Toplist.
- Is secrets-audit-mcp listed on the Official MCP Registry?
- Yes — secrets-audit-mcp is listed on the Official MCP Registry, alongside PulseMCP and Glama.
- How many versions does secrets-audit-mcp have?
- MCP Toplist tracks 1 version of secrets-audit-mcp, most recently published on Jun 7, 2026.
- Where can I find the source code for secrets-audit-mcp?
- The source code for secrets-audit-mcp is hosted at github.com/eltociear/secrets-audit-mcp.