System Resource Monitor
@abhinav7895
System Resource Monitor について
概要はまだありません
基本情報
設定
以下の設定を使って、このサーバーを MCP 対応クライアントに追加してください。
{
"mcpServers": {
"system-resource-monitor": {
"command": "node",
"args": [
"/Users/username/Developer/projects/mcp/system-resource-monitor/build/index.js"
]
}
}
}ツール
6Retrieves the current CPU load as a percentage, including overall and per-core usage.
Reports total, used, and free memory in GB, plus percentage used.
Shows disk usage for the largest drive in GB and percentage.
Returns real-time network RX/TX rates (KB/s) and total data since boot (MB).
Provides battery charge percentage, charging status, and time remaining (if applicable).
Measures internet speed using multiple download sources (including a user-uploaded file) and upload tests, returning median speeds in Mbps.
概要
What is System Resource Monitor?
System Resource Monitor is an MCP server that provides Claude with real-time system monitoring capabilities, including CPU, memory, disk, network, battery, and internet speed metrics using systeminformation and multi-source speed tests.
How to use System Resource Monitor?
Clone the repository, install dependencies with npm install, build with npm run build, then add the server to your Claude Desktop configuration with the command node and the path to dist/index.js. After restarting Claude, ask questions like “What’s my CPU usage?” or “How fast is my internet?”
Key features of System Resource Monitor
- Get real-time CPU load as a percentage (overall and per-core)
- Report total, used, and free memory in GB
- Display disk usage for the largest drive
- Return real-time network RX/TX rates and totals
- Provide battery charge percentage, status, and time remaining
- Measure internet download and upload speeds in Mbps
Use cases of System Resource Monitor
- Ask Claude about current CPU and memory usage
- Check disk space on the primary drive
- Monitor network bandwidth in real time
- Get battery status on a laptop
- Test internet speed without leaving the chat
FAQ from System Resource Monitor
How do I fix tools not appearing in Claude Desktop?
Verify the server is running (node dist/index.js) and the config file path is correct. Refer to the MCP troubleshooting guide if needed.
What should I do if internet speed tests fail?
Ensure network connectivity and test URLs are accessible. Check console logs for specific failures.
Can I customize the internet speed test?
Yes, modify testUrls in index.ts to change download sources or adjust uploadSizeBytes (default 80KB) for upload tests.
What runtime is required to run System Resource Monitor?
The server runs on Node.js and requires npm to install dependencies. The command is node pointing to the built dist/index.js.
What license is System Resource Monitor under?
It is licensed under the MIT License. See the LICENSE file for details.
「その他」の他のコンテンツ
Mcp
browsermcpBrowser MCP is a Model Context Provider (MCP) server that allows AI applications to control your browser
MaxKB
1Panel-dev🔥 MaxKB is an open-source platform for building enterprise-grade agents. 强大易用的开源企业级智能体平台。
MCP Toolbox for Databases
googleapisMCP Toolbox for Databases is an open source MCP server for databases.
Awesome Mcp Servers
punkpeyeA collection of MCP servers.
Nginx UI
0xJackyYet another WebUI for Nginx
コメント