This server gives Claude direct access to your hardware telemetry and system diagnostics. It exposes tools like analyze_local_system for CPU/GPU/RAM inventory, thermal_profile for real-time temperature and throttling detection, and check_llm_compatibility for predicting whether a specific model will run locally. You'd reach for this when debugging performance issues, diagnosing thermal problems, or figuring out which quantized LLM fits in your VRAM. It also includes monitor_system_health for statistical tracking over configurable windows and diagnose_antivirus_impact for spotting EDR conflicts. Built on stdio transport with privacy-first design that anonymizes hardware IDs before any remote calls.
Expert system hardware probe and performance diagnostic engine for AI, Gaming, and High-Performance workflows. This is a Model Context Protocol (MCP) server that provides deep system insights beyond simple specifications.
gemini extension install @yamaru-eu/hardware-probe
Add this to your MCP settings file (e.g., npx-config.json or claude_desktop_config.json):
{
"mcpServers": {
"yamaru-probe": {
"command": "npx",
"args": ["-y", "@yamaru-eu/hardware-probe"]
}
}
}
analyze_local_system: Full hardware inventory.analyze_performance: Real-time performance metrics and top processes.analyze_ram_pressure: Detailed memory pressure and RSS analysis for deep RAM troubleshooting.check_storage_health: Disk SMART health, firmware, and I/O bottleneck analysis.thermal_profile: Real-time CPU/GPU thermal states, fan speeds, and frequency throttling detection.diagnose_antivirus_impact: Detects EDR/Antivirus conflicts and exclusion coverage on dev paths.monitor_system_health: Statistical health report (CPU load, RAM usage, temperature) with min/max/avg over a configurable time window (up to 10 minutes).check_llm_compatibility (BETA): Predicts performance for a specific LLM model via remote API.get_llm_recommendations (BETA): Recommends the best local models via remote API.analyze_inference_config: Deep-dive into AI runtimes and environment variables.When used with Gemini CLI, this extension provides the following expert skills:
hardware-performance-expert: Global protocol for system health and troubleshooting.local-inference-optimizer: Specialized logic for fine-tuning local LLM runs.npm install # Install dependencies
npm run build # Compile TypeScript → dist/
npm run test # Run test suite
npm run inspector # Test tools in the MCP Inspector
Apache 2.0 - Part of the Yamaru Project.
REMOTE_API_URLURL of the remote recommendation API
io.github.ericm1018/skillfm-llm-cost-optimizer-openai-anthropic-usage
io.github.mikerawsonnz/llm-orchestration-agent
io.github.mikerawsonnz/authenticated-llm-agent
labforgedev/copilot-memory-mcp
csoai-org/agent-prompt-injection-firewall-mcp
io.github.mikerawsonnz/authenticated-multi-llm-agent