Skip to main content
ClaudeWave
pamela-0 avatar
pamela-0

boot-doctor-mcp

Ver en GitHub

Real, deterministic MCP server for PC no-boot/no-display troubleshooting -- real beep-code tables, no LLM guessing at hardware causes.

MCP ServersRegistry oficial0 estrellas0 forksPythonMITActualizado today
ClaudeWave Trust Score
95/100
Verified
Passed
  • Open-source license (MIT)
  • Actively maintained (<30d)
  • Clear description
  • Topics declared
  • Documented (README)
Last scanned: 8/20/2026
Install in Claude Code / Claude Desktop
Method: pip / Python · boot-doctor-mcp
Claude Code CLI
claude mcp add boot-doctor-mcp -- python -m boot-doctor-mcp
claude_desktop_config.json (Claude Desktop)
{
  "mcpServers": {
    "boot-doctor-mcp": {
      "command": "python",
      "args": ["-m", "boot_doctor_mcp.server"]
    }
  }
}
1. Run the command above in your terminal (Claude Code), or paste the JSON config into claude_desktop_config.json (Claude Desktop).
2. Replace any <placeholder> values with your API keys or paths.
3. Restart Claude. The MCP server and its tools appear automatically.
💡 Install first: pip install boot-doctor-mcp
Casos de uso

Resumen de MCP Servers

# boot-doctor-mcp

<!-- mcp-name: io.github.pamela-0/boot-doctor-mcp -->

[![PyPI](https://img.shields.io/pypi/v/boot-doctor-mcp)](https://pypi.org/project/boot-doctor-mcp/) [![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](LICENSE)

A real MCP server for PC no-boot / no-display / no-POST troubleshooting. **No LLM guessing at hardware causes** — a plain, deterministic rule engine plus real, sourced BIOS beep-code tables.

## Why deterministic, not an LLM

Nobody wants a language model hallucinating "your GPU is dead" when it isn't. Hardware advice where being wrong costs real money and real time deserves a fixed, auditable rule set, not a plausible-sounding guess. Every answer this tool gives traces back to a real source or a fixed, testable rule — never an invented explanation.

## Tools

### `diagnose_symptoms(powers_on, fans_spin=None, fans_stay_running=None, display_output=False, tried_cmos_reset=False, tried_minimal_config=False, tried_different_cable_or_monitor=False)`

Real, ranked next troubleshooting steps, given what's already been tried — the same power-stage → CMOS reset → minimal-config-test → swap-test sequence a real technician runs, ordered by what's cheapest to rule out first. Not a diagnosis of the exact broken part; a real repair often still needs a swap test against known-good parts, and this tool says so explicitly rather than pretending symptom-matching alone can replace it.

### `lookup_beep_code(bios_type, pattern)`

Looks up a beep pattern (e.g. `"10 short"`, `"1 long, 2 short"`, `"continuous"`) against real, sourced BIOS beep-code tables.

`bios_type` is one of:
- `ami_legacy` — classic AMIBIOS
- `ami_aptio` — modern AMI Aptio (UEFI), kept **separate on purpose**: legacy AMIBIOS and Aptio use genuinely different codes for the same beep counts, a mistake common in beginner troubleshooting guides that merge them into one table
- `award_phoenix` — Award/Phoenix BIOS

Returns real information, not a fabricated guess, when the exact pattern isn't in the table — modern boards increasingly have no speaker at all and use debug LEDs instead, so "no match" is itself a real, honest result.

## Sources

Beep-code data fetched and cross-referenced live (not from training-data memory) from [IONOS](https://www.ionos.com/digitalguide/server/know-how/bios-beep-codes/) and [Thomas-Krenn](https://www.thomas-krenn.com/en/wiki/AMI_BIOS_Beep_Codes_Overview). Real, stated limitation: OEMs (HP, Dell, ASUS, etc.) sometimes customize or extend these codes, and modern boards increasingly skip the speaker entirely in favor of debug LEDs — a documented pattern not matching here doesn't necessarily mean nothing is wrong.

## Install

```bash
pip install boot-doctor-mcp
```

Add to your MCP client config (e.g. Claude Code):

```bash
claude mcp add boot-doctor-mcp -- boot-doctor-mcp
```

Or run directly for local testing:

```bash
python -m boot_doctor_mcp.server
```

## Development

```bash
pip install -e ".[dev]"
pytest
```
ai-agentbeep-codesbiosclaudeclaude-codehardwaremcpmcp-servermodel-context-protocolno-postpc-repairtroubleshooting

Lo que la gente pregunta sobre boot-doctor-mcp

¿Qué es pamela-0/boot-doctor-mcp?

+

pamela-0/boot-doctor-mcp es mcp servers para el ecosistema de Claude AI. Real, deterministic MCP server for PC no-boot/no-display troubleshooting -- real beep-code tables, no LLM guessing at hardware causes. Tiene 0 estrellas en GitHub y su última actualización registrada es del 2026-08-19.

¿Cómo se instala boot-doctor-mcp?

+

Puedes instalar boot-doctor-mcp clonando el repositorio (https://github.com/pamela-0/boot-doctor-mcp) o siguiendo las instrucciones del README en GitHub. ClaudeWave también te ofrece bloques de instalación rápida en esta misma página.

¿Es seguro usar pamela-0/boot-doctor-mcp?

+

Nuestro agente de seguridad ha analizado pamela-0/boot-doctor-mcp y le ha asignado un Trust Score de 95/100 (tier: Verified). Revisa el desglose completo de comprobaciones superadas y flags en esta página.

¿Quién mantiene pamela-0/boot-doctor-mcp?

+

pamela-0/boot-doctor-mcp es mantenido por pamela-0. La última actividad registrada en GitHub es del 2026-08-19, con 0 issues abiertos.

¿Hay alternativas a boot-doctor-mcp?

+

Sí. En ClaudeWave puedes explorar mcp servers similares en /categories/mcp, ordenados por popularidad o actividad reciente.

Despliega boot-doctor-mcp en tu cloud

Lleva este repo a producción en minutos. Cada plataforma genera su propio entorno con variables de entorno editables.

¿Mantienes este repo? Añade un badge a tu README

Pega el badge en tu README de GitHub para mostrar que está auditado por ClaudeWave. Cada badge enlaza de vuelta a esta página y muestra el Trust Score actual.

Featured on ClaudeWave: pamela-0/boot-doctor-mcp
[![Featured on ClaudeWave](https://claudewave.com/api/badge/pamela-0-boot-doctor-mcp)](https://claudewave.com/repo/pamela-0-boot-doctor-mcp)
<a href="https://claudewave.com/repo/pamela-0-boot-doctor-mcp"><img src="https://claudewave.com/api/badge/pamela-0-boot-doctor-mcp" alt="Featured on ClaudeWave: pamela-0/boot-doctor-mcp" width="320" height="64" /></a>

Más MCP Servers

Alternativas a boot-doctor-mcp