MCP SSHサーバー
モデルコンテキストプロトコル(MCP)に対応した強力なSSHサーバー実装。このサーバーは、パスワードとキーベースの認証の両方をサポートし、SSHプロトコルを介した安全なリモートコマンド実行とファイル操作を可能にします。
特徴
✨ 安全なSSH接続管理
🔑 パスワードとキーベースの認証
💻 リモートコマンド実行
📁 ファイル操作(アップロード/ダウンロード)
📊 ファイル転送の進捗状況の追跡
🔐 権限管理
📂 ディレクトリ操作
🚀 一括ファイル転送
📝 詳細なログ
インストール
パッケージをインストールします。
Claude デスクトップ構成 (
claude_desktop_config.json
) に追加します。
使用法
パスワード認証
キー認証
コマンドを実行する
ファイル操作
ディレクトリ操作
発達
リポジトリをクローンします。
依存関係をインストールします:
建てる:
サーバーを起動します:
環境変数
SSH_PORT
: サーバーポート (デフォルト: 8889)SSH_LOG_LEVEL
: ログレベル(デフォルト: info)
貢献
リポジトリをフォークする
機能ブランチを作成します(
git checkout -b feature/amazing-feature
)変更をコミットします (
git commit -m 'Add some amazing feature'
)ブランチにプッシュする (
git push origin feature/amazing-feature
)プルリクエストを開く
ライセンス
マサチューセッツ工科大学
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.
パスワードとキーベースの認証の両方をサポートし、リモート コマンド実行とファイル操作を可能にする、モデル コンテキスト プロトコル用の安全な SSH サーバー実装。
Related Resources
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 -1141MIT License
- AsecurityFlicenseAqualityA Model Context Protocol server implementation that enables secure remote command execution via SSH, with features for managing and using SSH credentials.Last updated -5189
- AsecurityFlicenseAqualityA secure server that implements the Model Context Protocol (MCP) to enable controlled execution of authorized shell commands with stdin support.Last updated -1
- AsecurityFlicenseAqualityA server that enables remote command execution over SSH through the Model Context Protocol (MCP), supporting both password and private key authentication.Last updated -1182