winrm-mcp
Related Servers
Alternatives to winrm-mcp
No user-submitted related servers found.
Related Servers
- FlicenseNot gradedqualityCmaintenanceEnables remote Windows server administration and troubleshooting via WinRM and SSH PowerShell protocols.6-
- AlicenseNot gradedqualityDmaintenanceEnables AI agents to securely manage and execute commands on remote Windows servers via WinRM, including PowerShell execution, system information retrieval, and service management.5MIT
- AlicenseAqualityAmaintenanceEnables AI agents to run PowerShell commands and manage Windows services without intrusive console windows, while also supporting remote execution via SSH and WinRM.10123 npmMIT
- FlicenseNot gradedqualityNot gradedmaintenanceEnables management of Windows servers from Linux through an MCP server with per-user installation. Provides tools to control Windows systems via API with secure credential management.-
- AlicenseAqualityCmaintenanceEnables executing commands and transferring files over SSH on multiple hosts concurrently, with auto-discovery from SSH config and support for various authentication methods.36 npmMIT
- AlicenseBqualityCmaintenanceMCP server for administering Linux/Unix hosts via SSH and Windows hosts via WinRM/PowerShell Remoting, supporting persistent inventory, sessions, jobs, and command groups.29MIT
TDQS
Scored across 11 tools
Each tool maps to a distinct concern: inventory management, host CRUD, connection testing, and command execution. Even the two execute tools are cleanly separated by PowerShell vs CMD, and winrm_test is clearly scoped to harmless connectivity verification.
All tools use a consistent snake_case convention with the winrm_ prefix and follow a clear subdomain grouping: inventory_*, host_*, execute_*, and test. The naming pattern is predictable and makes the tool's purpose immediately understandable.
With 11 tools, the server is well-scoped for WinRM host inventory management and remote command execution. Each tool covers a distinct operation without unnecessary overlap or bloat.
The toolset covers the full lifecycle: inventory setup and validation, host CRUD operations, connection testing, and both PowerShell and CMD execution. There are no obvious dead ends or missing operations for the stated domain.