Home › Development › mcp-ssh-manager
mcp-ssh-manager
SSH server management for agents, with per-server read-only and allowlist security modes
Topics: Command Line
Connect
Review any command before running it. Package names and URLs come from the server's own registry entry.
Package (npm 3.8.5)
npx -y [email protected]
Or add to your MCP client config:
{
"mcpServers": {
"mcp-ssh-manager": {
"command": "npx",
"args": [
"-y",
"[email protected]"
],
"env": {
"SSH_CONFIG_PATH": "<YOUR_VALUE>",
"SSH_ENV_PATH": "<YOUR_VALUE>"
}
}
}
}
SSH_CONFIG_PATH— Path to a TOML file holding the server definitions. Defaults to ~/.codex/ssh-config.toml. Each server can set MODE to readonly or restricted to constrain what the agent may run.SSH_ENV_PATH— Path to a .env file declaring servers as SSH_SERVER_<NAME>_HOST, _USER, _KEYPATH and friends. Defaults to a .env next to the package.
Related servers
fauxnix
bash for AI agents on Windows via deterministic bash→PowerShell translation — no WSL, VM, or bash toolchain. MCP `bash` tool with…
hop
SSH connection manager with MCP server for AI-assisted operations across servers.
Servonaut
Manage AWS, Hetzner, OVH and SSH servers: status, logs, CloudWatch, IP bans, safe command exec.
forge
Terminal MCP server for AI coding agents with persistent PTY sessions, ring-buffer incremental reads, headless xterm screen capture,…
pty-mcp
Interactive PTY sessions over MCP: local shells, SSH, serial ports, and persistent remote sessions.
SysKnife
Administers Linux via typed, approval-gated actions with an Ed25519-signed audit trail.
Listed in punkpeye/awesome-mcp-servers (MIT)
Data from the Official MCP Registry