MCP Hub
Back to servers

vssh

SSH tunnel and remote server management MCP — execute commands, transfer files, manage

Registry
Updated
Mar 16, 2026

vssh

Distributed SSH transport and file transfer daemon with zero external dependencies.

Part of MeshPOP — Layer 2 (Transport)

  • Zero external dependencies — pure Python stdlib
  • 50+ MB/s file transfer across WireGuard mesh
  • MCP server for AI agent integration

Install

pip install vssh

Usage

# Execute remote command
vssh exec v1 "uptime"

# Transfer file at 50+ MB/s
vssh put v1 ./deploy.tar.gz /opt/deploy.tar.gz

# Check connection status
vssh status

MCP Setup

{
  "mcpServers": {
    "vssh": { "command": "vssh-mcp" }
  }
}

Gives AI agents: vssh_exec, vssh_put, vssh_get, vssh_status, vssh_keys, vssh_speed_test

Links

License

MIT

Reviews

No reviews yet

Sign in to write a review