USRCP — User Context Protocol for Cursor
io.github.frank-bot07/usrcp
Encrypted local ledger of structured user state, shared across every MCP-aware AI tool.
client:Cursor
transport:stdio
runtime:npm
Install USRCP — User Context Protocol in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"usrcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"usrcp"
],
"env": {
"USRCP_PASSPHRASE": "<USRCP_PASSPHRASE>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs