umbra proof for VS Code
io.github.beepboop2025/umbra-proof
Verify Umbra bridge accountability proofs (signed receipts, checkpoints, Merkle inclusion).
client:VS Code
transport:stdio
runtime:oci
Install umbra proof in VS Code
.vscode/mcp.json
{
"servers": {
"umbra-proof": {
"type": "stdio",
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/beepboop2025/umbra-proof-mcp:v0.1.2"
]
}
}
}
Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs