Connects LLMs to the Compiler Explorer API, enabling code compilation, exploring compiler features, analyzing optimizations, and comparing assembly output across different compilers, optimization levels, and programming languages.
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.
Last updated
5
15
Why this server?
Provides an interface to the Compiler Explorer (godbolt.org) API to compile code and fetch assembly results through a Model Context Protocol tool.
An MCP server that enables users to compile C++ code and retrieve assembly output through the Compiler Explorer (godbolt.org) API. It supports standard tool calls and Server-Sent Events for streaming compilation status and results.