foundry zksync for Grok
io.github.jrigada/foundry-zksync
Expose foundry-zksync (forge, cast, anvil-zksync) tools for zkSync Era development
client:Grok
transport:stdio
runtime:npm
Install foundry zksync in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"foundry-zksync": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"foundry-zksync-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