← Back to Plugins
MCP Server MCP

USRCP — User Context Protocol

github By github 👁 1 views ▲ 0 votes

Encrypted local ledger of structured user state, shared across every MCP-aware AI tool.

Homepage Verified source GitHub

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

Comments

Sign in to leave a comment

Loading comments...