Compiler Explorer for Zed
io.github.compiler-explorer/compiler-explorer
Compile code with thousands of compilers, inspect the assembly, and share godbolt.org links
client:Zed
transport:streamable-http
tools:7
Install Compiler Explorer in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"compiler-explorer": {
"url": "https://godbolt.org/mcp"
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs