Skip to main content
Glama

MCP Server

by mokemoke0821

MCP サーバー

MCP (Message Control Protocol) サーバーは、Windows 環境で動作するシェルコマンド実行サーバーです。PowerShell、CMD、GitBash の各シェルをサポートし、特に日本語環境での使用に最適化されています。

特徴

  • 複数シェルサポート: PowerShell、CMD、GitBash
  • 日本語環境の完全対応: UTF-8/UTF-16LE エンコーディング処理
  • 特殊文字を含むコマンド処理: パイプライン(|)、セミコロン(;)などの特殊文字をサポート
  • 強化されたファイル検索機能: 日本語ファイル名対応

インストール

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

使用方法

サーバーの起動

node server.js

または PM2 を使用して:

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

テスト

テストスクリプトを実行して機能を検証できます:

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

開発

このプロジェクトは第3フェーズまでの改善を実装しています:

  1. 第1フェーズ: 基本機能実装
  2. 第2フェーズ: バッファサイズ増量、依存パッケージ追加
  3. 第3フェーズ: 日本語環境対応、特殊文字処理、ファイル検索機能改善

ライセンス

MITライセンス

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

local-only server

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

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.

Related MCP Servers

  • -
    security
    A
    license
    -
    quality
    A 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 -
    10
    Python
    Apache 2.0
    • Linux
    • Apple
  • A
    security
    F
    license
    A
    quality
    A CLI command execution server that enables running shell commands with structured output, providing detailed execution results including stdout, stderr, exit code, and execution duration.
    Last updated -
    2
    698
    4
    TypeScript
    • Apple
  • A
    security
    A
    license
    A
    quality
    A Model Context Protocol server that enables remote execution of shell commands across different operating systems, automatically handling platform-specific differences between Windows and Unix-like systems.
    Last updated -
    1
    JavaScript
    MIT License
    • Linux
  • A
    security
    A
    license
    A
    quality
    An 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 -
    9
    433
    6
    JavaScript
    MIT License
    • Linux
    • Apple

View all related MCP servers

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/mokemoke0821/MCP'

If you have feedback or need assistance with the MCP directory API, please join our Discord server