identity for Cursor
io.github.vdappdev2/identity
MCP server for VerusID identities — register, update, revoke, recover, query, set timelock
client:Cursor
transport:stdio
runtime:npm
Install identity in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"identity": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@verusidx/identity-mcp"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs