Published on PyPI • 8 Diagnostic Tools
Professional MCP Server
Complete troubleshooting solution with system monitoring, log analysis, network diagnostics, and process management. Ready for Claude Desktop and all MCP clients.
uvx troubleshooting-mcp-serverPowerful Diagnostic Tools
8 comprehensive tools for system diagnostics and troubleshooting
System Information
Get OS, hardware, and software details
Resource Monitoring
Monitor CPU, memory, and disk usage
Log File Management
Read and tail log files with security
Network Diagnostics
Test network connectivity and status
Process Management
Check running processes and status
Environment Analysis
Analyze environment variables and tools
Safe Command Execution
Execute diagnostic commands safely
Log File Discovery
Locate application log files
Quick Installation
Get started in seconds with your preferred installation method
uvx (Recommended)
Quick install without installation
uvx troubleshooting-mcp-serverpip
Install as a Python package
pip install troubleshooting-mcp-serverConfigure Claude Desktop
Add this configuration to your Claude Desktop config file:
{
"mcpServers": {
"troubleshooting": {
"command": "uvx",
"args": ["troubleshooting-mcp-server"],
"env": {
"FASTMCP_LOG_LEVEL": "ERROR"
}
}
}
}