mcpbeat Sign in

hledit MCP Server

local only

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

Hash-anchored file edits for MCP clients. Rejects stale writes before they happen.

Installs per day peak 20 · avg 8 · +185% w/w
a month agotoday
46
Installs / week
npm · hledit-mcp
1
Stars
0 open issues
14 Jul 2026
Last commit
0 releases in 90 days
MIT
License
TypeScript

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.

Runs an external command core.ts:160, [пакет] core.ts:160
        const child = spawn(bin, args, { cwd, signal, stdio: ["pipe", "pipe", "pipe"] });

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

Alternatives to hledit MCP

same job, measured the same way
Hmrc Fraud Prevention Header Lint
by jmshinhwa

Finds the Gov-Client and Gov-Vendor header mistakes HMRC rejects, in your editor, offline, before yo

343 installs/wk local only
Horizun Revit MCP
by horizungroup

Local Windows MCP for Revit 2023-2027. Run the Windows installer before connecting a client.

local only
NEUS MCP
by neus

The trust harness for AI agents. Set what an agent can do before it acts.

12 tools answering
Hex Line
by levnikolaevich

Hash-verified file editing MCP server with token efficiency hook for AI coding agents.

25 installs/wk local only
robo-cortex
by robotel-limited

Git-aware memory store for AI coding agents; memories are anchored to git blob hashes.

504 installs/wk local only
DWG MCP Server
by dimitrovakulenko

Read-only DWG file access for AI clients through MCP.

67 installs/wk local only
I
Vulcan File Ops
by n0zer0d4y

MCP server for AI assistants: read, write, edit, and manage files securely on local filesystem.

29 installs/wk local only
p-e relay (remote)
by it-start

Remote MCP access to the p-e relay store. Reads are open; writes and waits are signed.

6 tools answering

hledit MCP — questions

Answers built from our own checks of this server.

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