Skip to main content
Glama
mkcrw

fivem-server-doctor-mcp

by mkcrw

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
txdataNoPath to txData/default directory (optional)
resourcesYesPath to resources directory
server-cfgYesPath to server.cfg
txadmin-urlNoURL of txAdmin (optional)
TXHOST_API_TOKENNoThe txAdmin API token (optional, used when txadmin-token-env is set to TXHOST_API_TOKEN)
txadmin-token-envNoName of environment variable containing txAdmin API token (optional)
FIVEM_DOCTOR_ALLOW_WRITENoSet to '1' to enable write operations (optional)

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

CapabilityDetails
tools
{
  "listChanged": true
}
prompts
{
  "listChanged": true
}
resources
{
  "listChanged": true
}
completions
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
doctor_scanA

Scans txAdmin status/logs, server.cfg, resources, manifests, dependencies, and returns ranked findings.

resource_inspectA

Inspects one resource folder, manifest, dependencies, and related file evidence.

propose_fixesA

Returns exact low-risk fix candidates generated from the current scan.

apply_fixA

Applies one generated low-risk fix only when writes are enabled, the file hash still matches, and the target path is under a configured root.

Prompts

Interactive templates invoked by user choice

NameDescription
diagnose_fivem_startupGuide an assistant through a startup failure diagnosis using doctor_scan first.
review_new_resource_installInspect a newly installed resource before server restart.
explain_txadmin_log_errorExplain a txAdmin/FiveM log error and connect it to local evidence.

Resources

Contextual data attached and managed by the client

NameDescription
statusOptional txAdmin /host/status response, redacted.
server-cfgConfigured server.cfg content with secrets masked.
recent-logsRecent .log files below txData, newest first, with secrets masked.
resourcesDiscovered resource folders and manifest paths.

Latest Blog Posts

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/mkcrw/fivem-server-doctor-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server