Compiler Explorer
io.github.compiler-explorer/compiler-explorerCompile code with thousands of compilers, inspect the assembly, and share godbolt.org links
Tools · 7
Compile source code and return assembly output, stdout, and stderr
List available compilers, optionally filtered by language
List supported languages. Each entry has `defaultCompiler` and `compilerCount`.
List available libraries for a given programming language
Look up documentation for an assembly instruction
Create a Compiler Explorer short URL for sharing code with compiler settings
Retrieve source and compiler config from a CE short URL. Compiler entries are returned in the `compile` tool's shape ({compiler, options, libraries:[{id, version}]}). Multi-pane shortlinks (executors,…
Similar MCP servers embedding-nearest
How to use
Add to your Claude Desktop / Cursor / Cline MCP config:
{
"mcpServers": {
"compiler_explorer": {
"url": "https://godbolt.org/mcp",
"transport": "streamable-http"
}
}
}