W

Windows CLI

1-Click Ready

Control Windows command-line interfaces securely.

53 views
0 installs
Updated Sep 14, 2025
Audited
Control Windows command-line interfaces securely.

Tools

1 / 2

execute_command

Execute a command in the specified shell (powershell, cmd, or gitbash) Example usage (PowerShell): ```json { "shell": "powershell", "command": "Get-Process | Select-Object -First 5", "workingDi...

get_command_history

Get the history of executed commands Example usage: ```json { "limit": 5 } ``` Example response: ```json [ { "command": "Get-Process", "output": "...", "timestamp": "2024-03-20T10:30...

ssh_execute

Execute a command on a remote host via SSH Example usage: ```json { "connectionId": "raspberry-pi", "command": "uname -a" } ``` Configuration required in config.json: ```json { "ssh": { "e...

ssh_disconnect

Disconnect from an SSH server Example usage: ```json { "connectionId": "raspberry-pi" } ``` Use this to cleanly close SSH connections when they're no longer needed.

create_ssh_connection

Create a new SSH connection

Quick Start

More for Automation

View All →

More for Developer Tools

View All →

Similar MCP Servers