Hex SSH for Cursor
io.github.levnikolaevich/hex-ssh-mcp
Token-efficient SSH MCP with hash-verified files and persistent tmux sessions. 14 tools.
client:Cursor
transport:stdio
runtime:npm
Install Hex SSH in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"hex-ssh-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@levnikolaevich/hex-ssh-mcp"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs