Hex SSH for VS Code
io.github.levnikolaevich/hex-ssh-mcp
Token-efficient SSH MCP with hash-verified files and persistent tmux sessions. 14 tools.
client:VS Code
transport:stdio
runtime:npm
Install Hex SSH in VS Code
.vscode/mcp.json
{
"servers": {
"hex-ssh-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@levnikolaevich/hex-ssh-mcp"
]
}
}
}
Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs