mcpbeat Sign in

Leakferret MCP Server

by leakferrethq Your server? Claim it
local only

Leakferret runs on your own machine — the client starts it, so there is no endpoint to ping. 60 installs a week from npm. Last commit 3 Jun 2026.

Context-aware secret scanner: lets an AI agent scan, verify, and rewrite secrets before committing.

Installs per day peak 31 · avg 8 · +81% w/w
a month agotoday
60
Installs / week
npm · @leakferret/mcp
5
Stars
5 open issues
3 Jun 2026
Last commit
0 releases in 90 days
MIT
License
Rust

What the code does

We read the source, 26 min ago · rules 3dff92dd89df

Capabilities

What this server is able to do. For an MCP server this is often the job itself — a terminal server runs commands because that is what it is for. Listed so you know what you are plugging in, not as an accusation.

File ships in the package but is absent from the source [пакет] bin/leakferret-mcp.js:1
этот файл ставится пользователю, но в репозитории его нет
Package points at a different repository leakferrethq/leakferret
пакет @leakferret/mcp ссылается на leakferrethq/leakferret-npm
Runs an external command [пакет] lib/index.js:11, [пакет] bin/leakferret-mcp.js:12
  const child = spawn(bin, ['mcp'], { stdio: ['pipe', 'pipe', stderr] });

Is this your server and something here is wrong? Tell us — corrections are free and do not require a plan.

This code can reach further than it looks

We found places where it runs commands, builds paths or queries from values it is given. None of that is a flaw by itself — it becomes one when the code changes, and code changes quietly between releases. We re-read it on every one.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add leakferret -- npx -y @leakferret/mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "leakferret": {
      "args": [
        "-y",
        "@leakferret/mcp"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.leakferret]
command = "npx"
args = ["-y", "@leakferret/mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "leakferret": {
      "args": [
        "-y",
        "@leakferret/mcp"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "leakferret": {
      "args": [
        "-y",
        "@leakferret/mcp"
      ],
      "command": "npx"
    }
  }
}

Alternatives to Leakferret

same job, measured the same way
Secret Scan
by agentic-income-bot

Check text for leaked credentials before an agent writes or commits it. Runs locally.

local only
Secretguard MCP
by vladimirbakalov

Scans code for hardcoded secrets (AWS, Stripe, GitHub, JWTs) before an AI agent commits it.

local only
Agent Guard
by ipezygj

Safety checks an agent runs before it acts: package malware, destructive command, secret leak.

33 installs/wk local only
Mund — MCP Security Scanner
by tyox-all

Scan for prompt injection, secrets, PII, and vet MCP servers before installation

48 installs/wk local only
Strac MCP DLP
by strac-io

Detect and redact PII, PHI, PCI and secrets in text and files before an AI agent sees them.

742 installs/wk local only
Scout Security
by varpost

Deterministic, zero-token security scanner your AI agent calls to find and re-verify issues.

67 installs/wk local only
D
Flare
by flarehq

Scan a running app or repo for leaked secrets, exposed routes and open RLS, and verify live keys

83 installs/wk local only
I
AgentGraph Trust
by agentgraph-co

Security scanning and trust verification for AI agent tools.

110 installs/wk local only

Leakferret — questions

Answers built from our own checks of this server.

Why is there no uptime for Leakferret?
Leakferret runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the npm package @leakferret/mcp was installed 60 times last week.
How do I connect Leakferret?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls @leakferret/mcp straight from npm; nothing to host, nothing to sign up for.
How many people use Leakferret?
The npm package @leakferret/mcp was installed 60 times in the last week. Week over week that is +81%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Leakferret open source?
Yes — it is published under the MIT licence, written in Rust, 5 stars on GitHub and 5 open issues. The source link is on this page, so you can read exactly what it does with your data before you connect it.