Windows Operations MCP
Provides comprehensive Git repository management including staging changes, creating commits, pushing to remotes, checking repository status, branch management, and conflict resolution tools.
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@Windows Operations MCPlist all running services on my system"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
๐ช Windows Operations MCP โ SOTA v14.1.0
Native Windows Control Plane & Data Surgery for Agentic Ecosystems
windows-operations-mcp is a specialized, industrial-grade MCP server designed to provide LLMs with a high-fidelity control plane for Windows-native operations and complex data manipulation. It bypasses generic filesystem overhead to offer deep integration with Registry, User Accounts, Task Automation, and SOTA Data Logic.
๐ Key Capabilities (SOTA v14.0)
๐ ๏ธ Windows Native Control
Registry Management: Safe-mode editing with auto-backups, deep tree queries, and value manipulation.
Account Operations: Local user and group management (listing, adding, password resets).
Automation Hub: Scheduled task (schtasks) orchestration and WMI/CIM system introspection.
Permissions (ICACLS): Granular NTFS ACL management with recursive inheritance control.
Networking Control: Native firewall orchestration (
netsh) and adapter diagnostics. [NEW]Environment Surgery: Persistent User/System environment variable management with system-wide broadcasting. [NEW]
App Management: AppX/Store package management and automated bloatware removal. [NEW]
๐งฌ Specialized Data Surgery
JSON Portmanteau: Deep patching (recursive merging), fuzzy JSON extraction from unstructured text, and standards-compliant validation.
Archive Logic: Unified interface for ZIP, TAR, and native Windows Cabinet (.cab) expansion.
Safe Mode: Automatic state preservation (e.g., Registry exports) before destructive operations.
๐ฐ๏ธ Agentic Telemetry & Sampling
FastMCP 3.2.0+: Full support for
ctx: Contexttelemetry.LLM-in-the-loop: Integrated
ctx.sample()for autonomous failure recovery and repair suggestions.Industrial Logging: Structured async logging for high-concurrency environments.
Related MCP server: Claude Desktop Commander MCP
๐ฆ Installation
mcp install windows-operations-mcpOr manually via mcp_config.json:
{
"mcpServers": {
"windows-operations": {
"command": "python",
"args": ["-m", "windows_operations_mcp"],
"env": {
"PYTHONPATH": "C:/path/to/repo/src"
}
}
}
}๐ ๏ธ Tool Registry Reference
Tool | Portmanteau Action | Description |
|
| Native Winreg control with Safe Mode protection. |
|
| Local SAM database and security group auditing. |
|
| Native Windows Service Control Manager orchestration. |
|
| Comprehensive Event Log management and channel discovery. |
|
| Firewall rule management and networking diagnostics. |
|
| Persistent User/System environment variable control. |
|
| AppX/Store package auditing and uninstallation. |
|
| ICACLS-backed ACL management. |
|
| System scheduling & state introspection. |
|
| High-fidelity telemetry and performance monitoring. |
|
| Deep JSON surgery and fuzzy parsing. |
|
| ZIP/TAR/CAB management. |
|
| High-level autonomous troubleshooting workflows. |
๐ Ethical Guardrails & Safety
Safe Mode (Registry): Setting
safe_mode=True(default) automatically exports Registry keys tobackups/registry/before any write/delete.Contextual Awareness: Agents are provided with real-time progress reports and warning logs for high-impact operations.
Reductionist Logic: No redundant tools. We defer standard filesystem tasks to
filesystem-mcpto maintain a lean, high-performance orchestration layer.
๐งช Development & Testing
Prerequisites
Windows 10/11 Pro
Python 3.10+
fastmcp3.2.0
Running Tests
pytestAuthor: Sandra Schipal (Vienna, AT)
License: MIT
๐ก๏ธ Industrial Quality Stack
This project adheres to SOTA 14.1 industrial standards for high-fidelity agentic orchestration:
Python (Core): Ruff for linting and formatting. Zero-tolerance for
printstatements in core handlers (T201).Webapp (UI): Biome for sub-millisecond linting. Strict
noConsoleLogenforcement.Protocol Compliance: Hardened
stdout/stderrisolation to ensure crash-resistant JSON-RPC communication.Automation: Justfile recipes for all fleet operations (
just lint,just fix,just dev).Security: Automated audits via
banditandsafety.
Latest Blog Posts
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/sandraschi/windows-operations-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server