Skip to content
VS Code

Hex Line for VS Code

io.github.levnikolaevich/hex-line-mcp

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

client:VS Code transport:stdio runtime:npm

Install Hex Line in VS Code

.vscode/mcp.json

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

Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs

Hex Line in other clients