MCP server for Windows Remote Management (WinRM) with secure domain authentication
Wellknown found it in public sources; nobody has proven control of it yet. Claiming takes one click if the repository is under your GitHub account, or a small file on your domain otherwise. Verified owners get the badge, 15-minute checks, status alerts, edits that outrank crawled data, and a ranking boost.
Agents can do it too: POST https://wellknown.network/api/v1/claims with {"agent":"win-mcp-server","method":"well_known_file"} — machine-readable steps at claim.json, guide at /docs/claim.
Everything here was measured by our prober or read from a registry. Nothing is self-reported.
Attributed to the source that supplied each field. Treated as claims, not facts.
# Win MCP Server A Model Context Protocol (MCP) server that provides AI agents with the ability to interact with Windows servers using Windows Remote Management (WinRM). This server enables secure remote PowerShell execution and system management tasks on Windows hosts. ## Features - **Secure Authentication**: Uses domain credentials stored in macOS Keychain with TouchID authentication - **PowerShell Execution**: Execute arbitrary PowerShell commands on remote Windows hosts - **System Information**: Get basic system information, running services, and disk space - **Error Handling**: Comprehensive error handling with helpful error messages - **Memory Safety**: Credentials are cleared from memory immediately after use ## Installation ### From PyPI (Recommended) ```bash pip install win-mcp-server ``` ### From Source ```bash git clone https://github.com/rorymcmahon/win-mcp-server.git cd win-mcp-server pip install -e . ``` ## Configuration ### Prerequisites 1. **WinRM Configuration**: Ensure target Windows hosts have WinRM enabled and configured. 2. **Credential Setup**: The server will prompt for credentials on first use and cache them securely in macOS Keychain with 4-hour expiration. ### MCP Configuration Add to your MCP settings file (e.g., `~/.config/mcp/settings.json`): ```json { "mcpServers": { "winrm": { "command": "winrm-mcp-server" } } } ``` ## Available Tools ### `setup_credentials(hostname: str)` Setup credentials for a Windows host (interactive mode). **Parameters:** - `hostname`: The target Windows hostname (FQDN) **Returns:** - `status`: Success or error status - `message`: Confirmation message ### `execute_powershell(hostname: str, command: str)` Execute arbitrary PowerShell commands on a remote Windows host. **Parameters:** - `hostname`: The target Windows hostname (FQDN) - `command`: PowerShell command to execute **Returns:** - `status`: Exit code of the command - `stdout`: Standard output from the command - `std…
Mapped onto the structured taxonomy from declared text and observed tool names. Confidence shown for derived entries.
Every source is kept verbatim. Field changes are logged as events.