Skip to main content
Glama
151,202 tools. Last updated 2026-05-28 08:00

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

  • 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
  • Execute commands in Windows shells (PowerShell, CMD, or Git Bash) with specified working directories for system management and automation tasks.
    MIT
  • Execute allowlisted Windows CMD or PowerShell commands for development tasks like git operations, npm installs, and directory management with built-in security protections.

Matching MCP Servers

Matching MCP Connectors

  • Execute PowerShell commands using a structured JSON definition. Supports single commands, pipelines, .NET methods, named parameters, and multi-command sequences.
    MIT
  • List local, remote, or all Git branches from a repository. Optionally filter branches that contain or do not contain a specific commit.
    MIT
  • Execute bash commands in a sandboxed environment. Use session IDs to maintain working directory, environment, and filesystem state across commands.
    Apache 2.0
  • Fetch and integrate changes from a remote repository or another branch into your current working directory using git pull. Specify the target directory to update.
    MIT
  • List or add git worktrees to manage multiple branches in separate working directories simultaneously.
    MIT
  • Execute browser automation code to navigate pages, click elements, extract data, and run multi-step workflows using bash, Python, or JavaScript commands in an active browser session.
  • Retrieve recent terminal output by name or index. Get the last lines of a VS Code integrated terminal for debugging or monitoring.
    MIT
  • Rename files or folders directly via the dev-kit-mcp-server by specifying the path and new name, simplifying file management without using terminal commands.
    MIT
  • Launch an application on Linux via shell command, running as a detached process from the server. Execute commands like 'firefox' or 'gnome-terminal'.
    MIT