Skip to content
Back to search
100
MCP live MCP 2025-11-25 streamable-http

Compiler Explorer

io.github.compiler-explorer/compiler-explorer

Compile code with thousands of compilers, inspect the assembly, and share godbolt.org links

Uptime
100.0%
3 direct probes · 30d
Response
761ms
last probe
Tools
7
callable
Resources
0
readable
Prompts
0
available

Tools · 7

compile

Compile source code and return assembly output, stdout, and stderr

list_compilers

List available compilers, optionally filtered by language

list_languages

List supported languages. Each entry has `defaultCompiler` and `compilerCount`.

list_libraries

List available libraries for a given programming language

lookup_asm_instruction

Look up documentation for an assembly instruction

generate_short_url

Create a Compiler Explorer short URL for sharing code with compiler settings

get_shortlink_info

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,…

How to use

Add to your Claude Desktop / Cursor / Cline MCP config:

{
  "mcpServers": {
    "compiler_explorer": {
      "url": "https://godbolt.org/mcp",
      "transport": "streamable-http"
    }
  }
}