zk-lens

Dearop/zk-lens
★ 0 stars TypeScript 💬 Communication Updated 1mo ago
MCP server (zk-lens) that lowers Circom and Noir circuits into a shared Constraint IR and performs BFS-based signal provenance tracing to detect underconstrained witnesses, a soundness bug class not surfaced by existing ZK tooling.
View on GitHub →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "zk-lens": {
      "command": "npx",
      "args": [
        "-y",
        "Dearop/zk-lens"
      ]
    }
  }
}