MCP.so
Sign In

Copilot Terminal Mcp Server

@menoxz

About Copilot Terminal Mcp Server

Advanced MCP Server for terminal management with GitHub Copilot integration

Basic information

Config

Add this server to your MCP-compatible client using the configuration below.

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

Tools

No tools detected

We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.

Overview

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

Comments

More Developer Tools MCP servers