Set up
Connect your client to:https://mcp.<tenant>.roe-ai.com/mcp everywhere
below.) The first time you connect, a browser window opens the Roe sign-in —
approve it once and the client remembers you.
- ChatGPT
- Claude
- Claude Code
- Codex
- Cursor
Settings → Connectors → Create (on Plus/Pro, enable Developer mode under
Connectors → Advanced first). Name it
Roe, paste the MCP URL, keep OAuth,
click Connect. Enable Roe from the + / tools menu in a chat. Connectors
are account-wide, so web and desktop share it.user_id, org_id, and email.
Prefer an API key?
Clients that support custom headers (Claude Code, Cursor, Codex) can skip OAuth — good for scripts and CI. Send both headers on every call:
For example, in Claude Code:
headers block in mcp.json; Codex
needs them bridged through mcp-remote.
ChatGPT and Claude’s connector UIs don’t expose custom headers, so they always
use OAuth.
Want to build workflows — agents chained into pipelines with loops,
branches, and merges — straight from your assistant? Install the
Workflow Builder skill; it teaches the model
every workflow-authoring nuance.
Tools
The exact set depends on your deployment — check the tool list your server advertises, or ask the assistant to callget_help. See the generated
MCP tools reference for the full current list with inputs and
behavior notes.
get_agent_job_status returns an integer: 0 PENDING, 1 STARTED, 2 RETRY,
3 SUCCESS, 4 FAILURE, 5 CANCELLED, 6 CACHED — stop polling on 3/4/5/6.
For the judgment calls between these tools — sync vs async vs batch, polling,
table-query flow, error handling — install the
Roe MCP Basics skill.
Troubleshooting
Need help? Email support@roe-ai.com.