Skip to content
VS Code

RealAgent MCP for VS Code

io.github.reddatetech/realagent-mcp

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

client:VS Code transport:stdio runtime:npm

Install RealAgent MCP in VS Code

.vscode/mcp.json

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

Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs

RealAgent MCP in other clients