Skip to main content
Glama

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
BEAMNG_MOD_ROOTYesRequired writable mod workspace
BEAMNG_GAME_ROOTNoOptional read-only BeamNG installation/content root
BEAMNG_DOCS_CACHENoOptional documentation cache location
BEAMNG_DOCS_TTL_HOURSNoCache freshness interval; defaults to 2424

Capabilities

Features and capabilities supported by this server

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

Tools

Functions exposed to the LLM to take actions

NameDescription
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

NameDescription
plan-beamng-mod
review-beamng-mod
diagnose-beamng-error
prepare-beamng-release

Resources

Contextual data attached and managed by the client

NameDescription
beamng-best-practicesEvidence-backed rules shipped with the server.
beamng-templatesText files generated for each supported mod type.
beamng-latest-validation

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/Blendfoul/beamng-mcp'

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