mcpbeat Sign in

Boot Doctor MCP Server

local only

Boot Doctor MCP runs on your own machine — the client starts it, so there is no endpoint to ping. 134 installs a week from pypi. Last commit 22 Aug 2026.

Deterministic PC no-boot/no-POST diagnostics: real beep-code tables, no LLM guessing.

Installs per day peak 297 · avg 69
a month agotoday
134
Installs / week
pypi · boot-doctor-mcp
1
Stars
0 open issues
22 Aug 2026
Last commit
0 releases in 90 days
MIT
License
Python

Nothing serious here today

Today is the operative word: we check Boot Doctor MCP every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add boot-doctor-mcp -- uvx boot-doctor-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "boot-doctor-mcp": {
      "args": [
        "boot-doctor-mcp"
      ],
      "command": "uvx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.boot-doctor-mcp]
command = "uvx"
args = ["boot-doctor-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "boot-doctor-mcp": {
      "args": [
        "boot-doctor-mcp"
      ],
      "command": "uvx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "boot-doctor-mcp": {
      "args": [
        "boot-doctor-mcp"
      ],
      "command": "uvx"
    }
  }
}

Alternatives to Boot Doctor MCP

same job, measured the same way
Vibefix
by vibefix-tech

Bug bounty platform for vibe coders. Post bugs, find fixes, run diagnostics.

39 installs/wk local only
Agent Release Auditor
by veyndrasystems

Deterministic release gate for AI-written code and coding agents.

33 installs/wk local only
Warm Night Fishing (暖夜垂钓)
by aevia

Free blind-play night-fishing game over MCP. Deterministic engine, zero LLM calls, save codes.

5 tools answering
Codeweb
by ghostlygawd

Your agents break less code and burn fewer tokens — a deterministic call graph over 27 MCP tools.

114 installs/wk local only
Archiet Xray
by anioko

Deterministic repo architecture maps: auth coverage, blast radius, readiness score, diagrams

127 installs/wk local only
Cejel
by barglabs

Offline deterministic engineering-trust certificates for repositories, with no telemetry.

local only
Python Code Validator
by jkanselaar

Validates AI-generated Python: syntax, lint, security scan and deterministic repair.

3 tools answering
Norma by Quality Clouds
by qualityclouds

Deterministic AI code review, with an audit record. Governance inside the agent loop.

answering

Boot Doctor MCP — questions

Answers built from our own checks of this server.

Why is there no uptime for Boot Doctor MCP?
Boot Doctor MCP runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the pypi package boot-doctor-mcp was installed 134 times last week.
How do I connect Boot Doctor MCP?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls boot-doctor-mcp straight from pypi; nothing to host, nothing to sign up for.
How many people use Boot Doctor MCP?
The pypi package boot-doctor-mcp was installed 134 times in the last week. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Boot Doctor MCP open source?
Yes — it is published under the MIT licence, written in Python and 1 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.