mcpbeat Sign in

USRCP — User Context Protocol MCP Server

by frank-bot07 Your server? Claim it
local only

USRCP — User Context Protocol runs on your own machine — the client starts it, so there is no endpoint to ping. 39 installs a week from npm. Last commit 13 Sep 2026.

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

Installs per day peak 273 · avg 26 · +1350% w/w
a month agotoday
39
Installs / week
npm · usrcp
1
Stars
0 open issues
13 Sep 2026
Last commit
0 releases in 90 days
Apache-2.0
License
TypeScript

What the code does

We read the source, 9 h ago · rules 3dff92dd89df

In the project's build, not in the package

Found in continuous integration, deployment or infrastructure files, or in a neighbouring package of the same monorepo. None of this is installed when you add the server: it describes how the project is built and released. We list it because a leaked key in a build pipeline is still a real problem, but it is not something this server does on your machine.

    log("  (lasts until reboot — set persistently in ~/Library/LaunchAgents/)");
    if (platform === "darwin") execSync(`open "${url}"`, { stdio: "ignore" });

Is this your server and something here is wrong? Tell us — corrections are free and do not require a plan.

Nothing serious here today

Today is the operative word: we check USRCP — User Context Protocol every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add usrcp -- npx -y usrcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "usrcp": {
      "args": [
        "-y",
        "usrcp"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.usrcp]
command = "npx"
args = ["-y", "usrcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "usrcp": {
      "args": [
        "-y",
        "usrcp"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "usrcp": {
      "args": [
        "-y",
        "usrcp"
      ],
      "command": "npx"
    }
  }
}

This one needs environment variables set before it will start: USRCP_PASSPHRASE (Passphrase used to derive the ledger encryption key. Omit it if the passphrase is stored in the OS keychain via `usrcp keychain store`.). The author declared them in the registry entry; get the values from the project itself.

Alternatives to USRCP — User Context Protocol

same job, measured the same way
Veriswarm MCP
by veriswarm

VeriSwarm MCP Server — Trust infrastructure for AI agents via Model Context Protocol

50 installs/wk local only
Atlaso
by atlaso

AI memory layer — one shared, persistent memory across every AI tool you connect.

answering
Bhived MCP
by artkeyai

Shared knowledge graph, skills, and tool discovery for AI agents through the Model Context Protocol.

80 installs/wk local only
innernet
by innernet

Your versioned memory across every AI tool — context maps, personal memory, and tasks over MCP.

answering
MCP Standardnotes
by lozit

End-to-end encrypted access to a Standard Notes vault (protocol 004, local stdio only).

39 installs/wk local only
Wix
by wix

A Model Context Protocol server for Wix AI tools

answering
MCP All
by antonytm

A Model Context Protocol server to run other MCP servers

60 installs/wk local only
MCP Registry Search
by spacemandomains

Search and browse every MCP server in the Model Context Protocol registry.

3 tools answering

USRCP — User Context Protocol — questions

Answers built from our own checks of this server.

Why is there no uptime for USRCP — User Context Protocol?
USRCP — User Context Protocol runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the npm package usrcp was installed 39 times last week.
How do I connect USRCP — User Context Protocol?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls usrcp straight from npm; nothing to host, nothing to sign up for.
How many people use USRCP — User Context Protocol?
The npm package usrcp was installed 39 times in the last week. Week over week that is +1350%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is USRCP — User Context Protocol open source?
Yes — it is published under the Apache-2.0 licence, written in TypeScript and 1 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.