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
{
"name": "windows-operations-mcp",
"version": "1.0.0",
"description": "Comprehensive Windows system operations MCP server - Services, event logs, performance monitoring, file operations, PowerShell execution, and Git integration with Austrian precision",
"author": "Sandra",
"license": "MIT",
"homepage": "https://github.com/sandraschi/windows-operations-mcp",
"repository": {
"type": "git",
"url": "https://github.com/sandraschi/windows-operations-mcp"
},
"main": "server/server.py",
"mcp": {
"version": "1.0",
"capabilities": ["tools"],
"prompts": {
"system": "assets/prompts/system.md",
"service_management": "assets/prompts/service_management.md",
"event_logs": "assets/prompts/event_logs.md",
"performance_monitoring": "assets/prompts/performance_monitoring.md",
"file_operations": "assets/prompts/file_operations.md",
"powershell_automation": "assets/prompts/powershell_automation.md",
"troubleshooting": "assets/prompts/troubleshooting.md"
}
},
"runtime": {
"python": ">=3.9"
},
"dependencies": {
"fastmcp": ">=2.12.3",
"pydantic": ">=2.0.0"
},
"features": [
"Windows Services management (start, stop, restart, query)",
"Event Log tools (query, export, monitor, clear)",
"Performance monitoring (counters, metrics, real-time)",
"File operations (read, write, permissions)",
"PowerShell execution (scripts, cmdlets, secure)",
"CMD execution (commands, batch files)",
"Git integration (add, commit, push, status)",
"Network tools (port testing, diagnostics)",
"System information (hardware, OS, health)",
"Archive operations (zip, extract, list)",
"JSON tools (validate, format, parse)",
"Media metadata (EXIF, image info)",
"Windows permissions (ACL, ownership)",
"Process monitoring (list, info, resources)",
"Austrian engineering quality"
],
"requirements": {
"os": ["Windows 10/11", "Windows Server 2016+"],
"privileges": ["Administrator rights recommended for service/event log operations"],
"software": ["PowerShell 5.1+", "Git (for Git operations)"]
},
"keywords": [
"windows",
"system-operations",
"services",
"event-logs",
"performance",
"powershell",
"automation",
"git",
"fastmcp",
"mcpb",
"austria"
]
}