PluginBench
MCP Server

Hex Line MCP Server

io.github.levnikolaevich/hex-line-mcp

What is the Hex Line MCP server?

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

How to install Hex Line

Copy-paste configuration for popular MCP clients.

transport: stdio
Config generated by PluginBench — verify against the source before use.
Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "hex-line-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@levnikolaevich/hex-line-mcp"
      ]
    }
  }
}
Cursor
~/.cursor/mcp.json
{
  "mcpServers": {
    "hex-line-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@levnikolaevich/hex-line-mcp"
      ]
    }
  }
}
Windsurf
~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "hex-line-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@levnikolaevich/hex-line-mcp"
      ]
    }
  }
}
VS Code
.vscode/mcp.json
{
  "servers": {
    "hex-line-mcp": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@levnikolaevich/hex-line-mcp"
      ]
    }
  }
}
Claude Code
claude mcp add hex-line-mcp -- npx -y @levnikolaevich/hex-line-mcp

Related MCP servers

Deterministic layered code graph MCP server with framework overlays and SCIP interop.

View repository →

Research graph MCP for hypotheses, goals, runs, source quality, audits, and generated maps.

View repository →

Token-efficient SSH MCP with hash-verified files and persistent tmux sessions. 14 tools.

View repository →