Skip to main content
Glama
sevenfifty777

DCS Lua Runner MCP Server

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
DCS_SETTINGS_PATHNoPath to a custom dcs_lua_runner_settings.json file. If not set, the server looks for the file in its own directory.

Capabilities

Features and capabilities supported by this server

CapabilityDetails
tools
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
execute_luaA

Execute arbitrary Lua code on DCS server. Returns the result of the executed code. Use this for custom operations not covered by other tools.

get_mission_infoA

Get current mission information including time, theatre, mission name, and weather conditions

get_player_infoA

Get information about the player's aircraft including position, altitude, speed, heading, and fuel

get_all_unitsA

Get a list of all units in the mission with their properties (coalition, type, position, etc.)

spawn_unitA

Spawn a new unit in the mission at specified coordinates. Can use DCS coordinates (x, z) OR real-world coordinates (latitude/longitude or MGRS).

send_messageB

Display a message to all players in the mission

get_theatre_infoA

Get information about the current theatre/map including terrain type and boundaries

get_aircraft_listA

Get a list of all aircraft in the mission with their status

convert_coordinatesA

Convert real-world Latitude/Longitude coordinates to DCS X/Z coordinates using the theatre's coordinate system

convert_dcs_to_llB

Convert DCS X/Z coordinates to real-world Latitude/Longitude

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

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/sevenfifty777/dcs-lua-runner-mcp'

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