
Windows安全
STDIOWindows系统安全配置自动化工具
Windows系统安全配置自动化工具
winsecMCP is a Python-based MCP server with Claude for client that helps administrators automate Windows security configuration. It provides a set of tools to check and modify security settings including:
Run the script with administrator privileges and start Claude client:
python winsecMCP.py
Make sure to add this to your claude_desktop_config.json
file:
{ "mcpServers": { "windows_hardening_agent": { "command": "python", "args": [ "C:\\Path\\to\\hardening_server.py" ] } } }
This project is licensed under the Apache License 2.0 - see the LICENSE file for details.
This tool modifies system settings that can impact system functionality. Always test in a controlled environment before using in production. The authors are not responsible for any damages or issues resulting from the use of this tool.