Skip to content
Cursor

foundry zksync for Cursor

io.github.jrigada/foundry-zksync

Expose foundry-zksync (forge, cast, anvil-zksync) tools for zkSync Era development

client:Cursor transport:stdio runtime:npm

Install foundry zksync in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

{
  "mcpServers": {
    "foundry-zksync": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "foundry-zksync-mcp"
      ]
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

foundry zksync in other clients