MCP Server
MCP
USRCP — User Context Protocol
Encrypted local ledger of structured user state, shared across every MCP-aware AI tool.
Install
npx -y [email protected]
Configuration Example
{
"remotes": [],
"packages": [
{
"registryType": "npm",
"identifier": "usrcp",
"version": "0.2.6",
"transport": {
"type": "stdio"
},
"packageArguments": [
{
"value": "serve",
"type": "positional",
"valueHint": "command"
}
],
"environmentVariables": [
{
"description": "Passphrase used to derive the ledger encryption key. Omit it if the passphrase is stored in the OS keychain via `usrcp keychain store`.",
"isSecret": true,
"name": "USRCP_PASSPHRASE"
}
]
}
]
}
mcp
model-context-protocol
npm
By
Comments
Sign in to leave a comment