Skip to content
HomeProductConnect AIPricingSecurityBlog

Connect RaLHF to your AI.

Choose your AI tool, connect it to RaLHF, and check that it can see your libraries.

Connection details

One address for every tool.

Use this remote MCP server URL in the connector setup for your AI tool.

RaLHF remote MCP serverhttps://backend.ralhf.ai/mcp

Finish RaLHF sign-in in your AI tool, then ask it to call list_libraries. Only a successful tool response verifies the connection.

01 / Meta Muse

Let Muse set up the connector.

Paste the prompt below into a Muse chat that can create custom connectors.

  1. Ask Muse to show the RaLHF Connect card using the prompt below.
  2. Use Muse’s connection flow to sign in to RaLHF and approve access.
  3. Have Muse call list_libraries to verify access.
Copy and paste into your AI chat

Use Muse’s custom connector setup to connect RaLHF at https://backend.ralhf.ai/mcp. Show me the RaLHF Connect card and let Muse handle OAuth discovery, client registration, and its callback. After I sign in, call list_libraries to verify access. If this chat cannot create connectors, tell me that specifically; do not try to register a client through web browsing or claim RaLHF is connected.

If that Muse chat cannot create connectors, it should tell you specifically. It should not register a client through web browsing or claim RaLHF is connected.

02 / Claude

Add RaLHF in Claude.

Use Claude’s custom remote connector settings to add RaLHF to your account.

  1. Open Customize → Connectors, choose + → Add custom connector, name it RaLHF, and enter https://backend.ralhf.ai/mcp. Select Add.
  2. Find RaLHF in your connectors, select Connect, and complete RaLHF sign-in. In a conversation, use + → Connectors to enable RaLHF.
  3. Ask Claude to call list_libraries. Check that the tool returns your libraries.

On Team and Enterprise plans, an owner must first add RaLHF under Organization settings → Connectors. Members can then select Connect for their own accounts. Claude’s connector instructions

Check the connection in Claude

Copy and paste into your AI chat

Call RaLHF’s list_libraries tool and show me the libraries it returns. If the tool is unavailable or the call fails, tell me RaLHF is not verified as connected.
03 / ChatGPT & Codex

Choose the OpenAI setup you use.

ChatGPT web and local Codex have different connector settings.

ChatGPT on the web

  1. In ChatGPT Settings, open Security and login and turn on Developer mode.
  2. Open Plugins → +, create a connection named RaLHF, and enter https://backend.ralhf.ai/mcp. Complete RaLHF authorization and review the tools ChatGPT discovers.
  3. In a new chat, add the RaLHF connection from the tools menu and ask it to call list_libraries.

Developer mode and plugin creation depend on your account and workspace settings. If you do not see them, this ChatGPT setup is unavailable for your account. OpenAI’s ChatGPT instructions

Check the connection in ChatGPT

Copy and paste into your AI chat

Use the RaLHF connection in this chat to call list_libraries and show me the libraries it returns. If the tool is unavailable or the call fails, tell me RaLHF is not verified as connected.

Codex via desktop app or CLI

  1. In the ChatGPT desktop app, open Settings → MCP servers → Add server and name it RaLHF. Choose Streamable HTTP as the transport, enter https://backend.ralhf.ai/mcp as the URL, then save and restart. This configuration is shared with local Codex clients. Or use the CLI commands below.
  2. Select Authenticate when prompted and complete RaLHF sign-in. In Codex, use /mcp to check that the server is available.
  3. Ask Codex to call list_libraries and confirm the tool succeeds.

Codex CLI alternative

Run these commands in your terminal

codex mcp add ralhf --url https://backend.ralhf.ai/mcp
codex mcp login ralhf
codex mcp list

ChatGPT web does not read local Codex MCP settings. Set up each product where you plan to use it. Codex MCP instructions

Build your library

Give RaLHF your context.

Open RaLHF on the web or desktop to add files and connect supported apps. Then your connected AI can work with the context in your RaLHF library.

Using another AI tool?

If your AI supports custom remote MCP connectors, use its own connector setup with the RaLHF URL above. Ask it to verify access with list_libraries.

Copy and paste into your AI chat

Connect RaLHF as a custom remote MCP connector at https://backend.ralhf.ai/mcp.

Use RaLHF’s OAuth authorization code flow with PKCE. Discover its settings at https://backend.ralhf.ai/.well-known/oauth-authorization-server. If you can register an OAuth client automatically, use the advertised registration endpoint with your actual callback URL as the redirect URI, save the returned Client ID, then open the RaLHF sign-in page for me.

After I approve access, test the connection by calling list_libraries. Tell me it is connected only if that call succeeds. If your connector setup cannot register a client automatically, say so clearly and show me the callback URL and the Client ID field you need.