Stats
Actions
Tags
From r0x
Custom MCP server that runs a local Node.js process via a plugin script. The specific service or functionality is not identifiable from the configuration.
Copy this JSON into your .mcp.json to enable this server
Add to your .mcp.json:
{
"mcpServers": {
"r0x": {
"command": "node",
"args": [
"${CLAUDE_PLUGIN_ROOT}/dist/plugin/index.js"
]
}
}
}Review these signals before enabling this server
This server has elevated permissions. Review the source code before enabling.
Server configuration and connection parameters
nodeCommand-line arguments passed to the server process
npx claudepluginhub nhevers/project-r0x --plugin r0x-os