RealAgent MCP for Cursor
io.github.reddatetech/realagent-mcp
AI agent real-name identity: SM2 keypair, QR real-name link, SD-JWT VP generate/verify.
client:Cursor
transport:stdio
runtime:npm
Install RealAgent MCP in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"realagent-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"realagent-mcp"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs