mcp-linux-over-ssh

spirilis/mcp-linux-over-ssh
★ 0 stars Go Code/Dev Tools Updated today
MCP server running a command (intended for ssh) and providing a run_bash tool over it
View on GitHub → 🔍 Audit Wallet Slippage →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "mcp-linux-over-ssh": {
      "command": "go",
      "args": [
        "run",
        "github.com/spirilis/mcp-linux-over-ssh@latest"
      ]
    }
  }
}

README Excerpt

A stdio-only MCP server (protocol `2026-07-28`) that runs commands on remote hosts through long-lived SSH shell sessions. It's built for targets where the SSH command can only be run once — a PAM/PSM bastion that dispatches on a specially-crafted username, where multiplexing isn't available — but it works against any remote shell reachable over SSH. See [PLAN.md](PLAN.md) for the

Tools (6)

end_sessionis_disabled_by_flaglist_sessionsrun_bashstart_sessiontune_prompt_regex