mcpbeat Sign in

Heimdall MCP Server

by caglarbozkurt Your server? Claim it
local only

Heimdall runs on your own machine — the client starts it, so there is no endpoint to ping. 42 installs a week from npm. Last commit 6 Jul 2026.

Scan an MCP server or agent config for injection, exfiltration, and risky capabilities.

Installs per day peak 453 · avg 41 · -32% w/w
a month agotoday
42
Installs / week
npm · mcp-heimdall-scan
0
Stars
0 open issues
6 Jul 2026
Last commit
0 releases in 90 days
MIT
License
TypeScript

What the code does

We read the source, 22 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.

Runs an external command src/handshake.ts:38, src/validate.ts:255
      child = spawn(command, args, {
Page executes code built at runtime pages/index.html:290, ui/index.html:376
  function mkChecks(id, info, cls) { $(id).innerHTML = Object.entries(info).map(([k,[l]]) => `<label style="font-size:13px;display:flex;align-items:center;justify-content:flex-start;gap:8px;width:100%;cursor:pointer"><input type="checkbox" class="${cls}" value="${k}" style="flex:…
    test: /\.ssh\/|\bid_rsa\b|\bid_ed25519\b|\bauthorized_keys\b/i,

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

Alternatives to Heimdall

same job, measured the same way
Hares — MCP security scanner
by alialrikabi313

Multi-layer security scanner for MCP servers and agent skills (injection, exfiltration)

24 installs/wk local only
Nanobanana MCP Server
by zhongweili

An MCP server that provides image generation and editing capabilities

2 185 installs/wk local only
Aguara MCP
by garagon

Scan skills, MCP configs, and agent content for injection and supply-chain risks. Offline, no LLM.

local only
ToolTrust Scanner
by agentsafe-ai

Scans MCP servers for prompt injection, data exfiltration, and privilege escalation.

79 installs/wk local only
Deep Agentic Core MCP
by deepagentlabs

Unified MCP server for AgenticLens and Agentic Chaos capabilities.

8 203 installs/wk local only
Btp Sap Odata To MCP Server Optimized
by raistlin82

Enterprise SAP OData to MCP Server with AI capabilities and Cloud Foundry integration

21 installs/wk local only
Shadowgate MCP
by josephibra

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

answering
Capsolver MCP
by capsolver-ai

MCP Server for CapSolver - captcha-solving capabilities for AI agents

local only

Heimdall — questions

Answers built from our own checks of this server.

Why is there no uptime for Heimdall?
Heimdall 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 mcp-heimdall-scan was installed 42 times last week.
How do I connect Heimdall?
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 mcp-heimdall-scan straight from npm; nothing to host, nothing to sign up for.
How many people use Heimdall?
The npm package mcp-heimdall-scan was installed 42 times in the last week. Week over week that is -32%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Heimdall open source?
Yes — it is published under the MIT licence, written in TypeScript 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.