Skip to content
Grok

RealAgent MCP for Grok

io.github.reddatetech/realagent-mcp

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

client:Grok transport:stdio runtime:npm

Install RealAgent MCP in Grok

.mcp.json (in your project root)

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

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

RealAgent MCP in other clients