Skip to content
Windsurf

USRCP — User Context Protocol for Windsurf

io.github.frank-bot07/usrcp

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

client:Windsurf transport:stdio runtime:npm

Install USRCP — User Context Protocol in Windsurf

~/.codeium/windsurf/mcp_config.json · windows: %USERPROFILE%\.codeium\windsurf\mcp_config.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "usrcp": {
      "command": "npx",
      "args": [
        "-y",
        "usrcp"
      ],
      "env": {
        "USRCP_PASSPHRASE": "<USRCP_PASSPHRASE>"
      }
    }
  }
}

Global only — Windsurf has no per-project MCP config. Refresh Cascade after saving. Windsurf docs

USRCP — User Context Protocol in other clients