mcpbeat Sign in

Skarn MCP Server

local only

Skarn runs on your own machine — the client starts it, so there is no endpoint to ping. 620 installs a week from npm. Last commit 1 Sep 2026.

Scans AI coding sessions and assistant configs for leaked secrets and risky hooks; local, redacted

Installs per day peak 217 · avg 40 · +1576% w/w
a month agotoday
620
Installs / week
npm · @skarn-security/skarn
0
Stars
0 open issues
1 Sep 2026
Last commit
0 releases in 90 days
NOASSERTION
License
Roff

What the code does

We read the source, 12 h 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/skarn.js:1
этот файл ставится пользователю, но в репозитории его нет
Runs an external command [пакет] bin/skarn.js:30
const res = spawnSync(binPath, process.argv.slice(2), { stdio: "inherit" });

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 skarn -- npx -y @skarn-security/skarn
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "skarn": {
      "args": [
        "-y",
        "@skarn-security/skarn"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.skarn]
command = "npx"
args = ["-y", "@skarn-security/skarn"]
.cursor/mcp.json
{
  "mcpServers": {
    "skarn": {
      "args": [
        "-y",
        "@skarn-security/skarn"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "skarn": {
      "args": [
        "-y",
        "@skarn-security/skarn"
      ],
      "command": "npx"
    }
  }
}

Alternatives to Skarn

same job, measured the same way
Husk
by husk-security

Local-first defensive scanner for vulnerable dependencies, leaked secrets, and risky agent configs

318 installs/wk local only
T
Secret Scanner
by knurl

Scan configs, files, or text for leaked secrets and obvious misconfigurations. Nothing stored.

1 tools answering
I
Wisewall MCP
by ti-ab

Manage WiseWall sites from an AI coding assistant — deploy, configure DNS, secrets, and plans.

68 installs/wk local only
I
LeakRank Guard
by prototeemo

Scans code changes for leaked secrets and insecure config, with actionable fixes for AI agents.

96 installs/wk local only
Netallion MCP Lite
by netallion

Local secret & credential checks for AI-assisted dev — runs on your machine, results redacted.

76 installs/wk local only
Phantom Secrets
by ashlrai

Stop AI coding agents from leaking API keys. Local proxy swaps real secrets for phm_ tokens.

67 installs/wk local only
Shadowgate MCP
by josephibra

Security firewall for AI agents — scans MCP calls for injection, secrets, and risks.

answering
C
Opzyai Security Check
by opzyai

Local-first security check for AI coding agents: secrets, .env exposure, git-history leaks, CVEs.

68 installs/wk local only

Skarn — questions

Answers built from our own checks of this server.

Why is there no uptime for Skarn?
Skarn 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 @skarn-security/skarn was installed 620 times last week.
How do I connect Skarn?
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 @skarn-security/skarn straight from npm; nothing to host, nothing to sign up for.
How many people use Skarn?
The npm package @skarn-security/skarn was installed 620 times in the last week. Week over week that is +1576%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Skarn open source?
Yes — it is published under the NOASSERTION licence, written in Roff and 0 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.