System Information MCP Server
A modular FastMCP server providing focused system diagnostic tools for efficient troubleshooting and environment analysis. Each tool targets specific system aspects for optimal performance and clarity.
🚀 Features
📊 Modular Tool Design
- 10 specialized tools for targeted diagnostics
- Efficient data collection with minimal overhead
- Raw text output for optimal performance
- Cross-platform compatibility (macOS, Linux, Windows)
🔧 Available Tools
Tool | Purpose | Key Information |
---|---|---|
get_system_summary | Quick system overview | Hostname, OS, CPU, RAM, uptime |
get_hardware_details | Comprehensive hardware specs | CPU cores, memory, GPU detection |
get_display_info | Display/monitor analysis | Resolution, refresh rate, HDR status |
get_network_status | Network diagnostics | Interfaces, IPs, DNS, VPN detection |
get_storage_analysis | Storage overview | Disk usage, partitions, filesystem types |
get_connected_devices | Peripheral inventory | USB and Bluetooth devices |
get_user_environment | Session context | User info, timezone, locale settings |
get_running_processes | Process analysis | Top processes by CPU/memory usage |
get_open_ports | Network security | Listening ports and services |
get_full_system_report | Complete analysis | All diagnostics in one comprehensive report |
Installation
Usage
MCP Configuration
Add to your MCP client configuration:
Local/stdio Configuration
Remote/HTTP Configuration
For HTTP mode, set the PORT
environment variable:
Tool Usage Examples
Quick System Check
Targeted Diagnostics
Complete System Analysis
Platform Support
- macOS 10.15+ (tested on Apple Silicon)
- Linux Ubuntu/Debian-based distributions
- Windows 10/11 (basic support)
Architecture
Key Design Principles
- Modular Tools: Each diagnostic function is a separate MCP tool for targeted usage
- Performance Optimized: Raw text output without JSON wrapping overhead
- Error-resilient: Graceful handling of missing/inaccessible data
- Cross-platform: Platform-specific detection with intelligent fallbacks
- Agent-friendly: Clean markdown output optimized for LLM consumption
- Minimal Dependencies: Uses only
fastmcp
,psutil
, andrequests
Development
Testing
Adding New Collectors
- Add function to
collectors.py
- Export in
__init__.py
- Call from
server.py
tool - Test cross-platform compatibility
License
MIT License - see LICENSE file for details.
This server cannot be installed
local-only server
The server can only run on the client's local machine because it depends on local resources.
Provides comprehensive system diagnostics and hardware analysis through 10 specialized tools for troubleshooting and environment monitoring. Offers targeted information gathering for CPU, memory, network, storage, processes, and security analysis across Windows, macOS, and Linux platforms.