Skip to main content
Glama
dabito

hledit-mcp

by dabito

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
HLEDIT_BINNoPath to the hledit binary, if not on PATH.hledit
HLEDIT_CWDNoWorking directory hledit resolves relative paths against.server's process.cwd()

Instructions

Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.

This server publishes no instructions, or was last inspected before Glama recorded them.

Capabilities

Features and capabilities supported by this server

Protocol revision2025-11-25

CapabilityDetails
tools
{
  "listChanged": true
}

Tools

Functions exposed to the LLM to take actions

NameDescription
hleditA

Read, edit, or batch-edit files using hash-anchored line references (LN#HASH). Use op:'read' to get anchors, op:'edit' for single changes, op:'batch' for multiple edits in one call. Anchors come from the most recent read and detect stale context before any write.

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

A3.9/5.0

Scored across 1 tool

Disambiguation5/5

Only one tool exists, so there is no possibility for disambiguation issues. The tool combines read, edit, and batch operations into a single call, eliminating any ambiguity.

Naming Consistency5/5

With a single tool, naming consistency is inherently perfect. The name 'hledit' is short, descriptive, and follows a clear verb-noun style.

Tool Count3/5

Having only one tool feels thin for a file editing server, even though it handles multiple operations. It is borderline appropriate but could benefit from separating concerns like read and edit into distinct tools.

Completeness3/5

The tool covers reading, editing, and batch-editing files, but lacks other common file operations such as creation, deletion, or listing. This leaves notable gaps for a complete file management surface.

Maintenance

ActivityStale
ResponsivenessNo issues