foundry zksync for Zed
io.github.jrigada/foundry-zksync
Expose foundry-zksync (forge, cast, anvil-zksync) tools for zkSync Era development
client:Zed
transport:stdio
runtime:npm
Install foundry zksync in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"foundry-zksync": {
"command": "npx",
"args": [
"-y",
"foundry-zksync-mcp"
]
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs