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.0.1
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.
🧬 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+: 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 operations. |
|
| System scheduling & state introspection. |
|
| ICACLS-backed ACL management. |
|
| Deep JSON surgery and fuzzy parsing. |
|
| ZIP/TAR/CAB management. |
📜 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
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