Description
Provides six tools for remote server file operations over SSH with hash-verified integrity. Every file read returns FNV-1a hash-annotated lines and range checksums, and edits verify those checksums before applying changes to prevent stale-context corruption. Includes normalized and deduplicated command output for minimal token usage, configurable host allowlists, path restrictions, and atomic file writes via base64 encoding.
🔬 Playground
Try Hex SSH live in the browser with security context.
Installation
git clone https://github.com/levnikolaevich/claude-code-skills/tree/HEAD/mcp/hex-ssh-mcp Claude Desktop Configuration
Add this configuration to your Claude Desktop config file to enable this MCP server:
Config file location: ~/Library/Application Support/Claude/claude_desktop_config.json
Config file location: %APPDATA%\Claude\claude_desktop_config.json
Config file location: ~/.config/Claude/claude_desktop_config.json
{
"mcpServers": {
"hex-ssh": {
"command": "node",
"args": [
"path/to/server.js"
]
}
}
} Community Reviews
Authenticated reviews from GitHub users. No anonymous submissions. Your experience helps others choose wisely.
No reviews yet. Be the first to share your experience.