sshops-mcp
v1.0.0
Published
Native Node.js MCP server for remote SSH operations
Downloads
808
Readme
sshops-mcp
sshops-mcp is a native Node.js MCP server for SSH operations.
No bundled exe, no Go runtime required for users.
Install from npm and run directly with Node.
Quick Start
Codex:
codex mcp remove sshops 2>$null; codex mcp add sshops -- npx -y sshops-mcp@latest; codex mcp listClaude Code:
claude mcp remove sshops 2>$null; claude mcp add sshops -- npx -y sshops-mcp@latest; claude mcp listUpdate
codex mcp remove sshops 2>$null; codex mcp add sshops -- npx -y sshops-mcp@latestIf you want a fixed version, replace @latest with a pinned version (for example @1.0.0).
Inventory
Inventory path:
- Windows:
%USERPROFILE%\.sshops\inventory.yaml - macOS/Linux:
~/.sshops/inventory.yaml
password is stored in plaintext in inventory.
Use only in trusted environments.
