zkverify for Cursor
io.github.zkarchitect/zkverify
Cryptographically verifiable blockchain data with Merkle proofs + ECDSA signing.
client:Cursor
transport:stdio
runtime:npm
Install zkverify in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"zkverify": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"zkverify-mcp"
],
"env": {
"ZKVERIFY_URL": "<ZKVERIFY_URL>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs