Skip to main content
Glama

MCP Server

by mokemoke0821

Servidor MCP

El servidor MCP (Protocolo de control de mensajes) es un servidor de ejecución de comandos de shell que se ejecuta en el entorno Windows. Es compatible con shells de PowerShell, CMD y GitBash, y está especialmente optimizado para su uso en entornos japoneses.

Características

  • Compatibilidad con múltiples shells : PowerShell, CMD, GitBash
  • Soporte completo para entornos japoneses : procesamiento de codificación UTF-8/UTF-16LE
  • Procesamiento de comandos con caracteres especiales : admite caracteres especiales como canalización (|) y punto y coma (;)
  • Función de búsqueda de archivos mejorada : se admiten nombres de archivos japoneses

instalar

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

Cómo utilizar

Iniciando el servidor

node server.js

O usando PM2:

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

prueba

Puede ejecutar el script de prueba para verificar la funcionalidad:

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

desarrollo

El proyecto implementa tres fases de mejoras:

  1. Fase 1 : Implementación de la funcionalidad básica
  2. Fase 2 : Aumentar el tamaño del búfer, agregar dependencias
  3. Fase 3 : Compatibilidad con entorno japonés, procesamiento de caracteres especiales y mejora de la función de búsqueda de archivos.

licencia

Licencia 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.

Un servidor de ejecución de comandos de shell multiplataforma compatible con entornos Windows, macOS y Linux con shells PowerShell, CMD, GitBash y Bash, optimizado para entornos de idioma japonés.

  1. Características
    1. instalar
      1. Cómo utilizar
        1. Iniciando el servidor
      2. prueba
        1. desarrollo
          1. licencia

            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