What is the Hex SSH MCP server?
Token-efficient SSH MCP with hash-verified files and persistent tmux sessions. 14 tools.
How to install Hex SSH
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-ssh-mcp": {
"command": "npx",
"args": [
"-y",
"@levnikolaevich/hex-ssh-mcp"
]
}
}
}Cursor
~/.cursor/mcp.json
{
"mcpServers": {
"hex-ssh-mcp": {
"command": "npx",
"args": [
"-y",
"@levnikolaevich/hex-ssh-mcp"
]
}
}
}Windsurf
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"hex-ssh-mcp": {
"command": "npx",
"args": [
"-y",
"@levnikolaevich/hex-ssh-mcp"
]
}
}
}VS Code
.vscode/mcp.json
{
"servers": {
"hex-ssh-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@levnikolaevich/hex-ssh-mcp"
]
}
}
}Claude Code
claude mcp add hex-ssh-mcp -- npx -y @levnikolaevich/hex-ssh-mcpRelated MCP servers
Deterministic layered code graph MCP server with framework overlays and SCIP interop.
View repository →Hash-verified file editing MCP server with token efficiency hook for AI coding agents.
View repository →Research graph MCP for hypotheses, goals, runs, source quality, audits, and generated maps.
View repository →