provenonce for Cursor
io.github.provenonceai/provenonce
Cryptographic identity, SIGIL naming, heartbeat, and passports for AI agents.
client:Cursor
transport:stdio
runtime:npm
Install provenonce in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"provenonce": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@provenonce/mcp"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs