passport for Cursor
com.scopeblind/passport
Portable cryptographic identity for AI agents. Ed25519 keypairs and signed manifests.
client:Cursor
transport:stdio
runtime:npm
Install passport in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"passport": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@scopeblind/passport"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs