Provides remote command execution over SSH, allowing interaction with Git repositories through commands like clone, push, pull, etc.
Enables remote execution of Node.js scripts and commands via SSH, returning stdout, stderr, and exit codes.
Allows remote execution of TypeScript compilation and scripts via SSH commands, with typed response handling.
SSH MCP Server
一个基于SSH2和Model Context Protocol (MCP)的SSH服务器,提供远程命令执行功能。
功能特性
- 通过MCP协议提供SSH远程命令执行工具
- 支持密码和私钥认证
- 返回命令执行结果(stdout/stderr/exit code)
- 基于TypeScript开发,类型安全
安装
使用方法
- 启动服务器:
- 通过MCP客户端调用
execute_ssh_command
工具:
请求示例:
开发
依赖
- ssh2: SSH2客户端/服务器库
- @modelcontextprotocol/sdk: MCP SDK
许可证
MIT
This server cannot be installed
remote-capable server
The server can be hosted and run remotely because it primarily relies on remote services or has no dependency on the local environment.
A server that enables remote command execution over SSH through the Model Context Protocol (MCP), supporting both password and private key authentication.
Related MCP Servers
- AsecurityAlicenseAqualityA secure shell command execution server implementing the Model Context Protocol (MCP). This server allows remote execution of whitelisted shell commands with support for stdin input.Last updated -174PythonMIT License
- AsecurityAlicenseAqualityA secure terminal execution server that enables controlled command execution with security features and resource limits via the Model Context Protocol (MCP).Last updated -1121JavaScriptMIT License
- -securityFlicense-qualityA secure SSH server implementation for Model Context Protocol that enables remote command execution and file operations, supporting both password and key-based authentication.Last updated -8TypeScript
- AsecurityFlicenseAqualityA Model Context Protocol server implementation that enables secure remote command execution via SSH, with features for managing and using SSH credentials.Last updated -53JavaScript