@jaiganeshs21/relay-mcp
v0.1.0
Published
Deterministic Relay MCP installer for Codex, Claude, and Cursor.
Readme
Relay MCP Installer
Deterministic installer for the hosted Relay MCP server.
Install
Configure every supported local MCP client:
npx @jaiganeshs21/relay-mcp setup --allConfigure one client:
npx @jaiganeshs21/relay-mcp setup --target codex
npx @jaiganeshs21/relay-mcp setup --target claude
npx @jaiganeshs21/relay-mcp setup --target cursorUninstall
Remove Relay from every supported local MCP client:
npx @jaiganeshs21/relay-mcp uninstall --allRemove Relay from one client:
npx @jaiganeshs21/relay-mcp uninstall --target codex
npx @jaiganeshs21/relay-mcp uninstall --target claude
npx @jaiganeshs21/relay-mcp uninstall --target cursorRequirements
Node.js/npm must be installed so npx is available.
The installer configures clients to connect to the hosted Relay MCP endpoint. It does not include the private Relay server source code.
