foundry zksync for Cline
io.github.jrigada/foundry-zksync
Expose foundry-zksync (forge, cast, anvil-zksync) tools for zkSync Era development
client:Cline
transport:stdio
runtime:npm
Install foundry zksync in Cline
~/Library/Application Support/Code/User/globalStorage/saoudrizwan.claude-dev/settings/cline_mcp_settings.json · windows: %APPDATA%\Code\User\globalStorage\saoudrizwan.claude-dev\settings\cline_mcp_settings.json
{
"mcpServers": {
"foundry-zksync": {
"command": "npx",
"args": [
"-y",
"foundry-zksync-mcp"
]
}
}
}
Cline's MCP Servers pane edits this file for you if you would rather not find it. Cline docs