Windows CLI
JSON →MCP server for secure command-line interactions on Windows systems, enabling controlled access to PowerShell, CMD, and Git Bash shells.
Install
npx @simonb97/server-win-cli Tools · 10
- execute_command Execute a Windows CLI command and return its output
- list_directory List files and directories in a specified path
- read_file Read the contents of a file
- write_file Write content to a file
- delete_file Delete a specified file
- create_directory Create a new directory
- delete_directory Delete a specified directory
- get_system_info Retrieve system information
- get_environment_variable Get the value of an environment variable
- set_environment_variable Set the value of an environment variable
Links
★ 268 GitHub stars