Developer Tools
Trust: 37/100 (Limited)io.github.Jrigada/foundry-zksync Guide
Expose foundry-zksync (forge, cast, anvil-zksync) tools for zkSync Era development
1 starsby Jrigada
Quick Start
Install
npx foundry-zksync-mcpClaude Desktop Configuration
Add this to your claude_desktop_config.json:
{
"mcpServers": {
"io-github-jrigada-foundry-zksync": {
"command": "npx",
"args": [
"foundry-zksync-mcp"
]
}
}
}