You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Analyzes the System Event Log for problematic errors and warnings that occurred after the last system startup.
CheckFilePermissions(filePath)
Checks the access permissions for a given file.
CreateDirectory(path)
Creates a new directory at the specified path.
DeleteDirectory(path)
Deletes a directory at the specified path.
GetCurrentDirectory()
Retrieves the current working directory.
GetLast1DaysFailedSystemEvents()
Retrieves error and warning events from the System log for the last 1 days.
GetTop15PerformanceImpactingProcesses()
Retrieves the top 15 processes impacting system performance based on CPU and memory usage.
ListAllProcesses()
Lists all running processes on the system with performance-related information.
ListFiles(path, recursive)
Lists files and directories in a directory. Optionally, lists recursively.
MoveDirectory(sourcePath, destinationPath)
Moves a directory from a source path to a destination path.
MoveFile(sourcePath, destinationPath)
Moves a file from a source path to a destination path.
RenameFile(oldPath, newPath)
Renames a file from an old path to a new path.
About
A Model Context Protocol (MCP) tool in C# for Windows system auditing, designed for integration with AI to perform security analysis and system health checks.