Back to Home
nstamoul icon

ssh-mcp

Verified Safe

by nstamoul

Overview

Manages SSH connections, executes remote commands, and transfers files through an AI-compatible Model Context Protocol (MCP) server.

Installation

Run Command
npx @aiondadotcom/mcp-ssh

Environment Variables

  • MCP_SILENT
  • PORT
  • HOST
  • DEBUG
  • NODE_ENV

Security Notes

The project explicitly addressed and fixed a critical command injection vulnerability by replacing `child_process.exec()` with `child_process.execFile()` using proper argument arrays. For HTTP mode, extensive security considerations and best practices are documented, including recommendations for TLS, authentication layers, firewalls, and binding to `127.0.0.1` for local-only access. It relies on native SSH tools, leveraging existing, well-vetted system security.

Similar Servers

Stats

Interest Score0
Security Score9
Cost ClassLow
Avg Tokens100
Stars0
Forks0
Last Update2025-11-22

Tags

SSHRemote AccessFile TransferAI AgentAutomation