Skip to content
VS Code

Yul-GasMaster for VS Code

io.github.evozim/yul-gasmaster

EVM gas optimizer refactoring Solidity code into efficient Yul assembler.

client:VS Code transport:sse

Install Yul-GasMaster in VS Code

.vscode/mcp.json

{
  "servers": {
    "yul-gasmaster": {
      "type": "sse",
      "url": "https://yul-gasmaster-mcp.vercel.app/api/mcp"
    }
  }
}

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

Yul-GasMaster in other clients