beamng-modding
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| BEAMNG_MOD_ROOT | Yes | Required writable mod workspace | |
| BEAMNG_GAME_ROOT | No | Optional read-only BeamNG installation/content root | |
| BEAMNG_DOCS_CACHE | No | Optional documentation cache location | |
| BEAMNG_DOCS_TTL_HOURS | No | Cache freshness interval; defaults to 24 | 24 |
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {
"listChanged": true
} |
| prompts | {
"listChanged": true
} |
| resources | {
"listChanged": true
} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| beamng_docs_searchA | Search the synchronized official BeamNG modding documentation and return cited sections. |
| beamng_docs_getA | Read a cached official page by document ID or approved documentation URL. |
| beamng_docs_syncB | Refresh the bounded local index from official BeamNG modding pages. |
| beamng_source_searchB | Search configured, read-only local BeamNG text files for APIs and real usage examples. |
| beamng_mod_scaffoldC | Create a safe minimal text-only mod structure under the configured workspace. |
| beamng_mod_write_filesA | Atomically write a bounded set of UTF-8 files inside the configured workspace. |
| beamng_mod_validateA | Statically validate mod structure, JBeam/JSON/materials, metadata, paths, and references. |
| beamng_mod_packageB | Validate and create a deterministic BeamNG-compatible ZIP archive. |
| beamng_best_practicesC | Return applicable evidence-backed guidance with explicit source classification. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
| plan-beamng-mod | |
| review-beamng-mod | |
| diagnose-beamng-error | |
| prepare-beamng-release |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
| beamng-best-practices | Evidence-backed rules shipped with the server. |
| beamng-templates | Text files generated for each supported mod type. |
| beamng-latest-validation |
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/Blendfoul/beamng-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server