relayer for Cursor
tech.xns/relayer
Conversationally set up & manage an XNS Relayer over stdio: install, claim, VPD, S3, backups.
client:Cursor
transport:stdio
runtime:npm
Install relayer in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"relayer": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@xns-cloud/relayer-mcp"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs