MCP Server

by mokemoke0821
Verified

local-only server

The server can only run on the client’s local machine because it depends on local resources.

Integrations

  • Supports GitBash as one of the shell options, enabling command execution in Git environments across platforms

  • Optimized for Linux environments with platform-specific path conversion and Bash shell support

  • Fully supports macOS with platform-specific path handling and Bash shell integration

MCP Server

MCP (Message Control Protocol) Server is a shell command execution server that runs in a Windows environment. It supports PowerShell, CMD, and GitBash shells, and is optimized for use in a Japanese environment.

Features

  • Multiple shell support : PowerShell, CMD, GitBash
  • Full support for Japanese environments : UTF-8/UTF-16LE encoding processing
  • Command processing with special characters : Supports special characters such as pipeline (|) and semicolon (;)
  • Improved file search function : Japanese file names are supported

install

# 依存パッケージのインストール npm install

How to use

Starting the Server

node server.js

Or using PM2:

# PM2 のセットアップ (初回のみ) setup-pm2.bat # PM2 での起動 pm2 start autostart.js

test

You can run the test script to verify the functionality:

# PowerShell 直接実行テスト node test-direct-powershell.js # MCP サーバー統合テスト node test-mcp-server.js

development

The project implements three phases of improvements:

  1. Phase 1 : Basic functionality implementation
  2. Phase 2 : Increase buffer size, add dependencies
  3. Phase 3 : Japanese environment support, special character processing, file search function improvement

license

MIT License

-
security - not tested
F
license - not found
-
quality - not tested

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.

  1. 特徴
    1. インストール
      1. 使用方法
        1. サーバーの起動
      2. テスト
        1. 開発
          1. ライセンス
            ID: d63xlckymw