mcpbeat Sign in

2native SSH MCP Server

local only

2native SSH MCP Server runs on your own machine — the client starts it, so there is no endpoint to ping. Last commit 14 Sep 2026.

SSH-based MCP server for remote command execution and file transfer. Credentials stay local.

Installs / week
not published
0
Stars
0 open issues
14 Sep 2026
Last commit
from GitHub
ISC
License
Go

What the code does

We read the source, 20 h ago · rules 3dff92dd89df

Evidence

Things with no honest explanation: a promise that contradicts the code, code that runs at install time while hiding what it does, data leaving the machine.

Deletes files or strips permissions internal/approval/approval.go:47
    {name: "mkfs.ext2", reason: "mkfs formats a filesystem"},
Escalates privileges internal/approval/approval.go:109
    "sudo": true, "doas": true, "env": true, "nohup": true, "nice": true,
Capabilities

What this server is able to do. For an MCP server this is often the job itself — a terminal server runs commands because that is what it is for. Listed so you know what you are plugging in, not as an accusation.

Installs itself into autostart internal/approval/approval.go:67
    {name: "crontab", argRe: regexp.MustCompile(`^-r\b`), reason: "crontab -r removes the crontab"},
Builds a file path from a variable internal/manager/spill.go:83
    path := filepath.Join(dir, name)
        return ".ssh/known_hosts"
        return ".ssh/known_hosts"

Is this your server and something here is wrong? Tell us — corrections are free and do not require a plan.

We found things in this code

Code changes quietly between releases, and nobody reads the diff of a dependency. We do, on every release — watch 2native SSH MCP Server and you get told the day something new turns up.

Three servers free · no card

Alternatives to 2native SSH MCP Server

same job, measured the same way
Realssh MCP
by danielecr

MCP server for SSH remote command execution

36 installs/wk local only
vssh
by meshpop

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

local only
MANDATE Credential Broker
by projetnanocorp

MCP server for mandates, delegation, policy-gated execution, credential grants, and audit.

11 tools answering
SSH Client MCP Server
by jordanburke

MCP server for executing shell commands on remote hosts via SSH.

47 installs/wk local only
Jentic Remote MCP Server
by jentic

Remote MCP for 1,500+ APIs. Vault-managed credentials; OAuth or API key. Search, load, and execute.

4 tools answering
Bash Command MCP
by mrorigo

Sophisticated bash command MCP server that runs and manages shell execution.

57 installs/wk local only
rstream CLI MCP
by rstreamlabs

Local stdio MCP server for rstream setup, tunnels, WebTTY, and remote operations.

local only
Codex ServerOps MCP
by cyyprezz

Stateful Windows OpenSSH server operations for Codex with local credential handling.

68 installs/wk local only

2native SSH MCP Server — questions

Answers built from our own checks of this server.

Why is there no uptime for 2native SSH MCP Server?
2native SSH MCP Server runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone.
Is 2native SSH MCP Server open source?
Yes — it is published under the ISC licence, written in Go and 0 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.