Stats
Actions
Tags
From nemo-relay-plugin
Connects to a Nemo Relay gateway for message proxying and event forwarding. Runs locally and binds to the configured gateway address.
Copy this JSON into your .mcp.json to enable this server
Add to your .mcp.json:
{
"mcpServers": {
"nemo-relay": {
"command": "nemo-relay",
"args": [
"mcp"
],
"env": {
"NEMO_RELAY_GATEWAY_BIND": "127.0.0.1:47632"
}
}
}
}Server configuration and connection parameters
nemo-relayCommand-line arguments passed to the server process
Environment variables set when the server starts
NEMO_RELAY_GATEWAY_BIND=127.0.0.1:47632npx claudepluginhub nvidia/nemo-relay --plugin nemo-relay-plugin