MCP.so
ログイン

Copilot Terminal Mcp Server

@menoxz

Copilot Terminal Mcp Server について

Advanced MCP Server for terminal management with GitHub Copilot integration

基本情報

設定

以下の設定を使って、このサーバーを MCP 対応クライアントに追加してください。

{
  "mcpServers": {
    "copilot-terminal": {
      "command": "npx",
      "args": [
        "copilot-terminal-mcp",
        "start"
      ],
      "env": {
        "NODE_ENV": "production",
        "MAX_TERMINALS": "20",
        "COMMAND_TIMEOUT": "30000"
      }
    }
  }
}

ツール

ツールは検出されませんでした

ツールは README から自動的に抽出されます。メンテナーは ## Tools という見出しの下に記載することで、このタブに反映できます。

概要

What is Copilot Terminal Mcp Server?

An advanced MCP server for terminal management integrated with GitHub Copilot and VS Code. It provides non-blocking, real-time terminal execution with 34 specialized tools, designed for developers who need intelligent, fast, and reliable terminal operations without blocking Copilot.

How to use Copilot Terminal Mcp Server?

Invoke any of its 34 tools, including createTerminal, sendCommand, getTerminalOutput, listTerminals, deleteTerminal, sendCommandAndWait, cancelCommand, getTerminalState, searchOutput, and tailOutput. Configuration details are not provided in the README; the server is used via the MCP protocol.

Key features of Copilot Terminal Mcp Server

  • Named terminals with custom configurations
  • Non-blocking command execution
  • Real-time output capture and monitoring
  • Parallel execution of multiple terminals
  • Automatic error handling and process recovery
  • Cross-platform support (Windows, macOS, Linux)

Use cases of Copilot Terminal Mcp

コメント

「開発者ツール」の他のコンテンツ