mcpbeat Sign in

Haldir MCP Server

local only

Haldir runs on your own machine — the client starts it, so there is no endpoint to ping. 54 installs a week from pypi. Last commit 18 Sep 2026.

Guardian layer for AI agents: identity, secrets, audit via MCP.

Installs per day peak 24 · avg 12 · -34% w/w
a month agotoday
54
Installs / week
pypi · haldir
4
Stars
3 open issues
18 Sep 2026
Last commit
0 releases in 90 days
MIT
License
Python

What the code does

We read the source, 21 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 cli.py:1282, [пакет] cli.py:1003
        if subprocess.run(["git", "clone", "--depth", "1",
Sends data to a third-party sink dashboard.html:70
…e-title">Webhooks</h2><div class="form-row" style="max-width:500px"><input type="text" id="wh-url" placeholder="https://hooks.slack.com/..." onkeydown="if(event.key==='Enter')addWH()"><button onclick="addWH()">Add</button></div><table><thead><tr><th>URL</th><th>Events</th><th>Fir…
Page executes code built at runtime dashboard.html:82, landing/demo.html:448
…'audit-empty');if(!d.entries||!d.entries.length){b.innerHTML='';e.style.display='block';return}e.style.display='none';b.innerHTML=d.entries.map(function(x){var c=x.flagged?' class="flagged"':'';var t=new Date(x.timestamp*1000).toLocaleTimeString();var fl=x.flagged?'<span style="c…

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

Alternatives to Haldir

same job, measured the same way
Guardrails
by expertvagabond

AI Agent Guardrails MCP server - security layer

43 installs/wk local only
MCP Codeaudit
by infoinlet-marketplace

Security audit for AI agents — scan code/diffs for leaked secrets, check deps via OSV.

23 installs/wk local only
Bridgeguard MCP
by kota1026

BridgeGuard MCP Server - Cross-chain bridge security audit tools for AI coding agents. Scan bri...

54 installs/wk local only
Agentpay Sentinel MCP
by rumblingb

Security guardrails for AI agent payments

local only
Holster MCP
by nautaai

Local-first secret scanning, rotation, vault, and audit-log tools for AI agents.

91 installs/wk local only
MCP Audit Server
by joepangallo

Thin MCP and CLI proxy for AI agent and MCP security auditing via a hosted backend

31 installs/wk local only
q-ring
by i4ctime

OS keychain secrets for AI coding agents, over MCP.

712 installs/wk local only
IdentArk Gateway
by identark

Zero-secret MCP gateway for AI agents: risk-scored, audited calls with human-in-the-loop approval.

answering

Haldir — questions

Answers built from our own checks of this server.

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