loading…
Search for a command to run...
loading…
Provides tools to monitor host system health including CPU load, disk usage, and network status while enabling file system management tasks like searching and m
Provides tools to monitor host system health including CPU load, disk usage, and network status while enabling file system management tasks like searching and moving files. It includes built-in safety guards to prevent operations on critical system directories.
An MCP server that provides various tools and resources to monitor and retrieve host system information.
get_system_info: Basic information about the host system (OS, memory, uptime, etc.).get_current_time: Current localized time on the host system.get_disk_usage: Disk space information (Windows-optimized using WMIC).get_cpu_load: CPU load averages and model information.get_network_interfaces: Details about all network interfaces.list_directory: List contents of a directory with file sizes and dates.move_files: Move or rename files/directories safely.search_files: Search for files in a directory matching a pattern.delete_files: Delete files or directories permanently (with safety guards).find_large_files: Identify heavy files for system cleaning.C:\Windows, C:\Program Files) and drive roots.system://os_info: Static OS details (platform, release, hostname).system_health_check: A prompt to guide an AI agent through a comprehensive system health analysis.npm install
npm run build
Add the following to your Claude Desktop configuration:
{
"mcpServers": {
"sysinfo": {
"command": "node",
"args": ["C:/Users/marko/.gemini/antigravity/scratch/mcp-server/build/index.js"]
}
}
}
If you are having permission issues with Claude Desktop, you can run the MCP server as a standalone web server:
node build/index.js --sse
http://localhost:3000/sse.npm run watch: Rebuild on changes.npm test: Run unit tests (Vitest).Добавь это в claude_desktop_config.json и перезапусти Claude Desktop.
{
"mcpServers": {
"system-information-mcp-server": {
"command": "npx",
"args": []
}
}
}