mcpbeat

USRCP — User Context Protocol MCP Server

by frank-bot07
local only

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

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

8
Installs / week
npm · usrcp
1
Stars
0 open issues
5 Aug 2026
Last commit
0 releases in 90 days
Apache-2.0
License
TypeScript

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"
    }
  }
}

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

59 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.

89 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).

60 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

165 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 8 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 8 times in the last week. 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.