DCS Lua Runner MCP Server
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| DCS_SETTINGS_PATH | No | Path to a custom dcs_lua_runner_settings.json file. If not set, the server looks for the file in its own directory. |
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 | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| 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
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
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/sevenfifty777/dcs-lua-runner-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server