Skip to main content
Glama
521,367 tools. Updated 2026-09-06 10:44

"Using a terminal like PowerShell or Git Bash" matching MCP tools:

  • Execute Linux shell commands on Windows natively by translating them to PowerShell, eliminating the need for WSL or VMs.
    MIT
    Destructive
  • Translate a bash command into the equivalent PowerShell script without executing it. Useful for learning how bash-to-PowerShell conversion works.
    MIT
  • Open a local interactive terminal (bash, python3, node) for sysadmin automation. Supports output logging with rotation to capture session history.
    MIT
  • Consolidate workspace changes into one review-ready result: git status, diff stats, and optional diff. Use instead of running multiple git commands to review work.
    MIT
  • Launch a new terminal session with virtual X11 display to run commands and capture visual output for AI agents interacting with terminal applications.
    Apache 2.0

Matching MCP Servers

Matching MCP Connectors

  • Live geopolitical and markets intelligence wire: 35k+ wire items, event threads, 55k+ articles.

  • Mongolia's signed macro data terminal: 2,500+ series, Ed25519 passports, curve/FX/CPI/MSE.

  • Summarize workspace changes with git status, diff stats, and optional diff to streamline code review. Get a single review-oriented result instead of running multiple git commands.
    MIT
  • Run shell commands on a Windows PC and get the output. Supports PowerShell, Git Bash, and WSL for any CLI task, from npm install to git status. Returns STDOUT/STDERR with configurable timeout.
    MIT
  • Get a consolidated review of workspace changes: git status, diff stats, and optional unified diff in one output.
    MIT
  • Retrieve the saved result of a durable terminal run to check its status, output, and errors for completed, failed, blocked, or cancelled commands.
    MIT
  • Execute arbitrary shell commands (PowerShell, cmd, bash) with full system permissions and wait for completion. Automate tasks requiring direct command execution.
    MIT
  • Generate a Linux x11grab command to record a bash script as a terminal demo, returning an error if ffmpeg is not installed.
    MIT
  • Execute shell commands in a VMware guest VM and retrieve stdout output. Select the shell automatically or specify cmd, PowerShell, bash, or sh, with optional timeout.
    MIT
  • Generate reverse shell payloads in multiple formats (bash, python, nc, php, powershell, perl) with encoding options to connect a target back to your listener using your IP and port.
    MIT
  • Run a local diagnostic to verify workspace access, tool registration, skills, git, and bash policy without modifying files. Identify configuration issues before relying on the bridge.
    MIT
  • Summarize workspace changes in one review-oriented result with git status, diff stats, and optional unified diff, so you can review current work without running separate git commands.
    MIT
  • Locate source files by name using substring or glob patterns, replacing bash find -name. Returns bounded, token-capped results while skipping build directories for efficient search.
    MIT
  • Start background PowerShell jobs with persistent logs, enabling progress checks via job_status instead of blocking the terminal.
    MIT
    Destructive