Odel
RealAgent MCP

RealAgent MCP

Local
@reddatetech1JavaScriptUpdated 2w ago

AI agent real-name identity: SM2 keypair, QR real-name link, SD-JWT VP generate/verify.

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

npmrealagent-mcpv0.3.2

Run

npx -y realagent-mcp

MCP client config

{
  "mcpServers": {
    "realagent-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "realagent-mcp"
      ]
    }
  }
}