Hex Line for Cursor
io.github.levnikolaevich/hex-line-mcp
Hash-verified file editing MCP server with token efficiency hook for AI coding agents.
client:Cursor
transport:stdio
runtime:npm
Install Hex Line in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"hex-line-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@levnikolaevich/hex-line-mcp"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs