Skip to main content
Glama

MCP Server

by mokemoke0821

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

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.

  1. Features
    1. install
      1. How to use
        1. Starting the Server
      2. test
        1. development
          1. license

            Related MCP Servers

            • A
              security
              A
              license
              A
              quality
              A 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 -
              1
              74
              Python
              MIT License
              • Apple
            • A
              security
              A
              license
              A
              quality
              A secure server for executing terminal commands within predefined paths, allowing safe interaction by Large Language Models with operating system environments.
              Last updated -
              1
              11
              3
              JavaScript
              MIT License
              • Apple
              • Linux
            • 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
              16
              TypeScript
              • Apple
            • -
              security
              A
              license
              -
              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 -
              JavaScript
              MIT License
              • Linux

            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