Find available compiler versions by searching with a regular expression to match compiler names, returning detailed compiler information for development and analysis.
Retrieve compiler versions by specifying a regex pattern to match compiler names. Returns a list of compilers with IDs, names, and version strings for easy identification and selection.
Compile source code with specific compilers and options to generate assembly, analyze output, and manage dependencies using the Compiler Explorer MCP server.
Compile source code with specified compilers and options to generate assembly output, test compiler behavior, and analyze compilation results across different programming languages.
Compile Pascal source files (.lpr/.pas) using the Free Pascal Compiler to generate executable binaries with configurable CPU/OS targets and search paths.
Enables compilation of Delphi (RAD Studio) Object Pascal projects through natural language commands. Supports automatic Debug/Release builds for Win32 and Win64 platforms using the native Delphi compiler toolchain.
A Model Context Protocol server that connects LLMs to the Compiler Explorer API, enabling them to compile code, explore compiler features, and analyze optimizations across different compilers and languages.