Skip to content

bivex/mcpWinAudit

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

63 Commits
 
 
 
 
 
 
 
 

Repository files navigation

mcpWinAudit

Audited with 🔍

Available Commands

Command Description
AnalyzeStartupLogs() 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.

Topics

Resources

License

Stars

0 stars

Watchers

0 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages