F4 Crash Doctor
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| F4_DOCS_DIR | No | Override path to Documents folder containing My Games (if OneDrive moved it). | |
| F4_GAME_ROOT | No | Override path to Fallout 4 installation folder containing Fallout4.exe. | |
| NEXUS_API_KEY | No | Optional Nexus Mods API key for mod lookups (get from nexusmods.com -> Settings -> API Keys). |
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
Capabilities
Features and capabilities supported by this server
Protocol revision2025-11-25
| Capability | Details |
|---|---|
| tools | {
"listChanged": false
} |
| prompts | {
"listChanged": false
} |
| resources | {
"subscribe": false,
"listChanged": false
} |
| experimental | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| list_crash_logsA | List Buffout 4 crash logs on this machine, newest first. Searches the standard Fallout 4 crash-log folders under the user's
Documents directory (override with the F4_DOCS_DIR environment variable).
Returns up to |
| get_crash_logA | Parse a Buffout 4 crash log into structured sections. With no |
| get_load_orderA | Read the live Fallout 4 load order and cross-check it against Data. Parses %LOCALAPPDATA%\Fallout4\Plugins.txt ('*' prefix = enabled) and lists the .esm/.esp/.esl files actually present in the game's Data folder. Reports both mismatch directions: enabled plugins whose file is missing from Data (a classic missing-master crash cause) and files in Data that are not in the load order. Implicitly loaded plugins (Fallout4.esm, official DLC, Creation Club content) are never listed in Plugins.txt and are excluded from the mismatch lists. When Mod Organizer 2 manages the game, the on-disk Plugins.txt is NOT the real load order (MO2 virtualizes it): plugins_txt_reliable is false, the cross-check is skipped, and a warning explains why. Read-only. |
| scan_game_environmentA | Scan the installed Fallout 4 for versions, F4SE health, and mod managers. Discovers the game root (F4_GAME_ROOT env var, known locations, then all Steam libraries), then reports: game exe version, F4SE loader/DLL version, Address Library presence and whether it matches the game version, Buffout 4 variant + version, a crash_logging report (which DLLs write crash logs; a recognized_bundle means those DLLs ship together as ONE mod — e.g. Buffout 4 AE + CrashLoggerAE — and are NOT rival loggers; trust its notes over pattern-matched folklore), all F4SE plugin DLLs, BA2 archive count, crash-log folders, and which mod manager is in use (MO2 / Vortex / manual / unknown). Call this FIRST in any diagnosis session — version mismatches here explain many crashes before the log is even read. Read-only. |
| diagnose_crashA | One-shot crash diagnosis: parse log + scan environment + match signatures. Runs the full advisory pipeline: parses the given crash log (or the
newest one when |
| lookup_modA | Look up a mod on Nexus Mods (read-only; requires NEXUS_API_KEY). Accepts a Nexus URL (https://www.nexusmods.com/fallout4/mods/47359) or 'game/mod_id' (e.g. 'fallout4/47359'). Returns mod metadata (name, version, author, summary) and the available files with versions and upload dates — useful for checking whether a suspect mod has a newer version or a compatibility patch. Never downloads anything. Without NEXUS_API_KEY this returns an error explaining that mod lookups are optional; every other tool still works. |
| check_nexus_authA | Verify the Nexus API key works and report account status. Returns the account name, premium/supporter flags, and user id. Use this to troubleshoot lookup_mod failures. NEXUS_API_KEY is optional — only the two Nexus lookup tools need it. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
| diagnose-fallout4-crash | Diagnosis workflow and advisory-only phrasing rules for Fallout 4 crashes. |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
| prompt_kit_resource | The crash-diagnosis prompt kit (same text as the diagnose-fallout4-crash prompt). |
| profile_resource | Fallout 4 calibration profile: paths, version matrix, known-issue mod lists (raw JSON). |
| knowledge_resource | Crash signature knowledge pack (raw JSON). |
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/Apocalypse-Meow/f4-crash-doctor'
If you have feedback or need assistance with the MCP directory API, please join our Discord server