CMD MCP サーバー
WindowsとLinuxの両方でCMDコマンドを実行し、SSH接続を可能にするモデルコンテキストプロトコル(MCP)サーバー実装。このサーバーにより、コマンドライン操作をMCP対応アプリケーションに統合できます。
特徴
- MCP を介して CMD コマンドを実行する
- TypeScript実装
- 公式MCP SDKをベースに構築
- クロスプラットフォームの互換性
インストール
Smithery経由でインストール
Smithery経由で Claude Desktop 用の CMD サーバーを自動的にインストールするには:
手動インストール
前提条件
- Node.js(v16以上を推奨)
- npm または yarn パッケージマネージャー
使用法
構成
サーバーは、環境変数または構成オブジェクトを通じて構成できます。
発達
開発環境をセットアップするには:
- リポジトリをクローンします。
- 依存関係をインストールします:
- プロジェクトをビルドします。
スクリプト
npm run build
- TypeScript を JavaScript にコンパイルするnpm run prepare
- 公開用のパッケージを準備する
依存関係
@modelcontextprotocol/sdk
: ^1.0.1glob
:^10.3.10zod-to-json-schema
: ^3.23.5
貢献
貢献を歓迎します!お気軽にプルリクエストを送信してください。
ライセンス
このプロジェクトは MIT ライセンスに基づいてライセンスされています - 詳細については LICENSE ファイルを参照してください。
安全
コマンドライン操作の実行は潜在的に危険を伴う可能性があることにご注意ください。本番環境でこのサーバーを使用する場合は、適切なセキュリティ対策と入力検証を実装してください。
サポート
問題や機能のリクエストについては、 GitHub の問題追跡ツールを使用してください。
You must be authenticated.
local-only server
The server can only run on the client's local machine because it depends on local resources.
CMD経由であらゆるコマンド実行を許可するMCPサーバー
Related MCP Servers
- AsecurityAlicenseAqualityAn MCP server to run commands.Last updated -2265150TypeScriptMIT License
- 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 MCP server for executing whitelisted shell commands with resource and timeout controls, designed for integration with Claude and other MCP-compatible LLMs.Last updated -201432TypeScriptMIT 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 -13JavaScriptMIT License