winrm-mcp
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| WINRM_PASSWORD | Yes | Password for the guest administrator account | |
| WINRM_MCP_CONFIG | Yes | Path to the configuration YAML file |
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
Capabilities
Features and capabilities supported by this server
Protocol revision2025-11-25
| Capability | Details |
|---|---|
| tools | {
"listChanged": false
} |
| prompts | {
"listChanged": false
} |
| resources | {
"subscribe": false,
"listChanged": false
} |
| experimental | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| health_checkA | Verify config loading and WinRM connectivity by running a harmless command on the guest. |
| run_psC | Run a PowerShell script on the guest through WinRM. |
| run_cmdC | Run a cmd.exe command on the guest through WinRM. |
| open_shellA | Create a logical shell session. It preserves cwd and environment between session_run calls. |
| session_runA | Run a command in a logical shell session preserving cwd. shell must be powershell or cmd. |
| close_shellC | Close a logical shell session. |
| copy_to_guestB | Copy a file from the host running this MCP server to the Windows guest. |
| copy_from_guestC | Copy a file from the Windows guest to the host running this MCP server. |
| start_processC | Start a process on the guest. Use wait=true to wait for exit code. |
| rebootC | Reboot the guest VM via WinRM. |
| query_debug_settingsA | Return bcdedit debug settings from the guest. |
| configure_kdnetC | Configure guest boot settings for KDNET kernel debugging and optionally write a shared state file for kd-mcp. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/haoylle/26_WinRM-MCP'
If you have feedback or need assistance with the MCP directory API, please join our Discord server