Skip to content
Zed

Hex Line for Zed

io.github.levnikolaevich/hex-line-mcp

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

client:Zed transport:stdio runtime:npm

Install Hex Line in Zed

~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json

{
  "context_servers": {
    "hex-line-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@levnikolaevich/hex-line-mcp"
      ]
    }
  }
}

Merge this into your existing settings object — do not replace the file. Zed docs

Hex Line in other clients