Skip to main content
Glama

WinTerm MCP

by capecoma

ウィンタームMCP

Windowsターミナルへのプログラムによるアクセスを提供するモデルコンテキストプロトコルサーバー。このサーバーにより、AIモデルは標準化されたツールセットを介してWindowsコマンドラインインターフェースと対話できるようになります。

特徴

  • ターミナルへの書き込み: コマンドを実行したり、Windows ターミナルにテキストを書き込んだりします
  • 端末出力の読み取り: 以前に実行したコマンドの出力を取得します
  • 制御文字の送信: 端末に制御信号(例:Ctrl+C)を送信します。
  • Windows ネイティブ: Windows のコマンドラインインタラクション用に特別に構築されています

インストール

  1. リポジトリのクローンを作成します:
    git clone https://github.com/capecoma/winterm-mcp.git cd winterm-mcp
  2. 依存関係をインストール:
    npm install
  3. プロジェクトのビルド:
    npm run build
  4. Claude デスクトップを構成する:

サーバー設定を%APPDATA%/Claude/claude_desktop_config.jsonに追加します。

{ "mcpServers": { "github.com/capecoma/winterm-mcp": { "command": "node", "args": ["path/to/build/index.js"], "disabled": false, "autoApprove": [] } } }

注: 「path/to/build/index.js」を、ビルドした index.js ファイルへの実際のパスに置き換えます。

利用可能なツール

端末への書き込み

テキストまたはコマンドを端末に書き込みます。

{ "command": "echo Hello, World!" }

端末出力の読み取り

端末出力から指定された行数を読み取ります。

{ "linesOfOutput": 5 }

制御文字を送信する

制御文字を端末に送信します (例: Ctrl+C)。

{ "letter": "C" }

発達

自動リビルドを使用した開発の場合:

npm run dev

ライセンス

MIT ライセンス - LICENSEファイルを参照してください。

Install Server
A
security – no known vulnerabilities
A
license - permissive license
A
quality - confirmed to work

local-only server

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

Windows ターミナルへのプログラムによるアクセスを提供するモデル コンテキスト プロトコル サーバー。これにより、AI モデルは、コマンドの書き込み、出力の読み取り、制御信号の送信を行うための標準化されたツールを通じて Windows コマンド ラインと対話できるようになります。

  1. 特徴
    1. インストール
      1. 利用可能なツール
        1. 端末への書き込み
        2. 端末出力の読み取り
        3. 制御文字を送信する
      2. 発達
        1. ライセンス

          Related MCP Servers

          • A
            security
            A
            license
            A
            quality
            A Model Context Protocol server that provides secure command-line access to Windows systems, allowing MCP clients like Claude Desktop to safely execute commands in PowerShell, CMD, and Git Bash shells with configurable security controls.
            Last updated -
            9
            928
            235
            JavaScript
            MIT License
          • A
            security
            A
            license
            A
            quality
            A Model Context Protocol server that gives AI models access to your iTerm terminal session, allowing them to read output, write commands, and send control characters.
            Last updated -
            3
            801
            TypeScript
            MIT License
          • A
            security
            A
            license
            A
            quality
            A Model Context Protocol server that enables AI assistants to interact with iTerm2 terminals, allowing creation and management of terminal sessions, command execution, and reading terminal output.
            Last updated -
            5
            682
            7
            JavaScript
            ISC License
            • Apple
          • A
            security
            A
            license
            A
            quality
            A secure Model Context Protocol server that allows AI models to safely interact with Windows command-line functionality, enabling controlled execution of system commands, project creation, and system information retrieval.
            Last updated -
            8
            5
            TypeScript
            MIT License

          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/capecoma/winterm-mcp'

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