USRCP — User Context Protocol for Grok
io.github.frank-bot07/usrcp
Encrypted local ledger of structured user state, shared across every MCP-aware AI tool.
client:Grok
transport:stdio
runtime:npm
Install USRCP — User Context Protocol in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"usrcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"usrcp"
],
"env": {
"USRCP_PASSPHRASE": "<USRCP_PASSPHRASE>"
}
}
}
}
Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs