Skip to main content
Glama
519,862 tools. Updated 2026-09-06 08:15

"Lua" matching MCP tools:

  • Execute Lua code within a specified process on the Flux MCP server, enabling dynamic script execution and interaction with AO systems without manual coding.
    BSD 3-Clause
  • Reload a Lua extension from the bridge's strict allowlist during simulation, enabling dynamic updates without restart.
    MIT
  • Check if the mGBA Lua bridge is connected and responsive over TCP. Use at session start to ensure all other tool calls are reachable.
    MIT

Matching MCP Servers

Matching MCP Connectors

  • Run Lua code in Civ6: use gamecore context for read-only state queries, or ingame context for commands such as moving units and setting research.
    MIT
    Destructive
  • Run Vim ex commands in Neovim to modify buffers, files, and editor state. Execute a single command or a list, returning captured output or errors.
    MIT
  • Search Luau source across the place for any pattern or exact text and get matching lines with paths and line numbers. Locate definitions and usages before editing, including live unsaved buffer changes.
    MIT
  • Confirm that the BizHawk Lua bridge is active and responsive via TCP socket. Start with this check to ensure subsequent tool calls succeed.
    MIT
  • Pause emulation to freeze game state for stable memory reads and writes. Prevents game advancement between tool calls.
    MIT
  • Execute arbitrary Lua code in Civilization VI to query or modify game state, using gamecore for read-only access or ingame for full API commands.
    MIT
    Destructive
  • Pause emulation to freeze the game state, holding the current frame for stable memory reads and writes across multiple operations.
    MIT
  • Execute Groovy code in a running Minecraft session to explore the Java API or perform custom operations not covered by native tools.
    MIT
  • Get the exact MOOSE Lua documentation record for a class or method, with signature, return docs, and inheritance chain. Just provide the class name; optionally specify a method.
    MIT
  • List ReaScripts from REAPER's own Scripts folder, returning relative paths ready for script_run. Apply filter to find scripts by path substring.
    Apache 2.0
  • List installed darktable styles with their descriptions to find exact style names needed for applying presets.
    MIT
  • Get the Lua format for rotation settings, including bool/int/float/enum types, groups, and apply. Use this to correctly define addon settings that match Titan's actual Lua API, avoiding the C++-only official docs.
    MIT
  • Validate World of Warcraft rotation Lua code before final delivery: checks syntax, verifies API/action calls, and enforces role completeness (healer, tank, dps) to catch errors.
    MIT
  • Load a saved game by name. Attempts fast Lua loading first, then falls back to OCR menu navigation for autosaves and quicksaves.
    MIT
    Destructive