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
MIT
Why this server?
Provides access to the Godbolt Compiler Explorer REST API, enabling compilation and assembly inspection for multiple languages and compilers.
Enables compiling source code and exploring assembly outputs via the Godbolt Compiler Explorer API. Supports multiple languages, compilers, and optimization levels.
Last updated
3
MIT
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.