hledit-mcp
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| HLEDIT_BIN | No | Path to the hledit binary, if not on PATH. | hledit |
| HLEDIT_CWD | No | Working 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
| Capability | Details |
|---|---|
| tools | {
"listChanged": true
} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| 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
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
TDQS
Scored across 1 tool
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.
With a single tool, naming consistency is inherently perfect. The name 'hledit' is short, descriptive, and follows a clear verb-noun style.
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.
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.