verify-proof for Cursor
io.github.csolomon0704-prog/verify-proof
Verify blockchain timestamp proofs offline, or anchor a new one through ProofLedger.
client:Cursor
transport:stdio
runtime:pypi
Install verify-proof in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"verify-proof": {
"type": "stdio",
"command": "uvx",
"args": [
"verify-proof"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs