MCP ターミナルサーバー
セキュリティと制御を維持しながら AI モデルが端末と対話できるようにする、モデル コンテキスト プロトコル (MCP) 用の安全なコマンドライン インターフェイス サーバーです。
特徴
- 🔒 設定可能な権限による安全なコマンド実行
- 📁 許可されたパス内でのファイルシステム操作
- 🌍 環境変数の管理
- 💻 クロスプラットフォームサポート(Windows、macOS、Linux)
- 🔌 コマンド実行によるリモートシステム接続のサポート
Claude Desktopでの使用
Claude Desktop 構成ファイルにサーバー構成を追加します。
変更を適用するには、Claude Desktopを再起動してください。これで、Claudeのターミナル機能、安全なファイルアクセス、コマンド実行が使用できるようになります。
利用可能なツール
execute_command
: ターミナルコマンドを安全に実行する(SSHおよびリモートコマンドを含む)
安全
- すべての操作は指定された許可されたパスに制限されます
- コマンドは実行前に検証され、サニタイズされます
- 環境変数は慎重に管理されます
- セキュリティ関連の問題に対する適切なエラー処理
発達
出版
パッケージを公開するには:
.npmrc.example
を.npmrc
にコピーします。- npm認証トークンを
.npmrc
に追加する npm publish --access public
を実行します。
注意:認証トークンを含む.npmrc
ファイルをコミットしないでください。認証トークンは既に.gitignore
に追加されています。
貢献
- リポジトリをフォークする
- 機能ブランチを作成します(
git checkout -b feature/amazing-feature
) - 変更をコミットします (
git commit -m 'feat: Add amazing feature'
) - ブランチにプッシュする (
git push origin feature/amazing-feature
) - プルリクエストを開く
ライセンス
MIT ライセンス - 詳細についてはLICENSEファイルを参照してください。
関連プロジェクト
サポート
バグ報告や機能リクエストについては、問題を開いてください。
hybrid server
The server is able to function both locally and remotely, depending on the configuration or use case.
Tools
事前定義されたパス内でターミナル コマンドを実行するための安全なサーバー。大規模言語モデルとオペレーティング システム環境との安全な対話を可能にします。
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 3 months ago174PythonMIT License
- -securityAlicense-qualityA secure server that enables AI applications to execute shell commands in specified directories, supporting multiple shell types (bash, sh, cmd, powershell) with built-in security features like directory isolation and timeout control.Last updated 7 months ago9PythonApache 2.0
- AsecurityAlicenseAqualityA secure terminal execution server that enables controlled command execution with security features and resource limits via the Model Context Protocol (MCP).Last updated 6 months ago1121JavaScriptMIT License
- -securityAlicense-qualityAn MCP server that enables secure execution of shell commands across Windows, macOS, and Linux with built-in whitelisting and approval mechanisms for enhanced security.Last updated 13 days ago606JavaScriptMIT License