MCP
A cross-platform shell command execution server that supports Windows, macOS, and Linux environments with PowerShell, CMD, GitBash, and Bash shells, optimized for Japanese language environments.
A cross-platform shell command execution server that supports Windows, macOS, and Linux environments with PowerShell, CMD, GitBash, and Bash shells, optimized for Japanese language environments.
x000D MCP (Message Control Protocol) サーバーは、Windows 環境で動作するシェルコマンド実行サーバーです。PowerShell、CMD、GitBash の各シェルをサポートし、特に日本語環境での使用に最適化されています。x000D x000D
x000D - 複数シェルサポート: PowerShell、CMD、GitBash_x000D_ - 日本語環境の完全対応: UTF-8/UTF-16LE エンコーディング処理_x000D_ - 特殊文字を含むコマンド処理: パイプライン(|)、セミコロン(;)などの特殊文字をサポート_x000D_ - 強化されたファイル検索機能: 日本語ファイル名対応_x000D_ x000D
x000D ```bash_x000D_
npm install_x000D_ ```x000D x000D
x000D
x000D
bash_x000D_
node server.js_x000D_
x000D
x000D
または PM2 を使用して:x000D
x000D
```bash_x000D_
setup-pm2.bat_x000D_ x000D
pm2 start autostart.js_x000D_ ```x000D x000D
x000D テストスクリプトを実行して機能を検証できます:x000D x000D ```bash_x000D_
node test-direct-powershell.js_x000D_ x000D
node test-mcp-server.js_x000D_ ```x000D x000D
x000D このプロジェクトは第3フェーズまでの改善を実装しています:x000D x000D 1. 第1フェーズ: 基本機能実装_x000D_ 2. 第2フェーズ: バッファサイズ増量、依存パッケージ追加_x000D_ 3. 第3フェーズ: 日本語環境対応、特殊文字処理、ファイル検索機能改善_x000D_ x000D
x000D MITライセンス_x000D_