Skip to content
VS Code

Compiler Explorer for VS Code

io.github.compiler-explorer/compiler-explorer

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

client:VS Code transport:streamable-http tools:7

Install Compiler Explorer in VS Code

.vscode/mcp.json

{
  "servers": {
    "compiler-explorer": {
      "type": "http",
      "url": "https://godbolt.org/mcp"
    }
  }
}

Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs

What VS Code can do once it is connected

Compiler Explorer in other clients