Yul-GasMaster for Grok
io.github.evozim/yul-gasmaster
EVM gas optimizer refactoring Solidity code into efficient Yul assembler.
client:Grok
transport:sse
Install Yul-GasMaster in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"yul-gasmaster": {
"type": "sse",
"url": "https://yul-gasmaster-mcp.vercel.app/api/mcp"
}
}
}
Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs