fivem-server-doctor-mcp
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| txdata | No | Path to txData/default directory (optional) | |
| resources | Yes | Path to resources directory | |
| server-cfg | Yes | Path to server.cfg | |
| txadmin-url | No | URL of txAdmin (optional) | |
| TXHOST_API_TOKEN | No | The txAdmin API token (optional, used when txadmin-token-env is set to TXHOST_API_TOKEN) | |
| txadmin-token-env | No | Name of environment variable containing txAdmin API token (optional) | |
| FIVEM_DOCTOR_ALLOW_WRITE | No | Set 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
| Capability | Details |
|---|---|
| tools | {
"listChanged": true
} |
| prompts | {
"listChanged": true
} |
| resources | {
"listChanged": true
} |
| completions | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| 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
| Name | Description |
|---|---|
| diagnose_fivem_startup | Guide an assistant through a startup failure diagnosis using doctor_scan first. |
| review_new_resource_install | Inspect a newly installed resource before server restart. |
| explain_txadmin_log_error | Explain a txAdmin/FiveM log error and connect it to local evidence. |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
| status | Optional txAdmin /host/status response, redacted. |
| server-cfg | Configured server.cfg content with secrets masked. |
| recent-logs | Recent .log files below txData, newest first, with secrets masked. |
| resources | Discovered resource folders and manifest paths. |
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/mkcrw/fivem-server-doctor-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server