verify mcp for Cursor
io.github.tomjwxf/verify-mcp
Offline Ed25519 verification of signed receipts, bundles, and trust artifacts.
client:Cursor
transport:stdio
runtime:npm
Install verify mcp in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"verify-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@scopeblind/verify-mcp"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs