Connect Claude or ChatGPT to Rootr

Rootr is a documents-and-data workspace. Connect it once and Claude or ChatGPT can read your team's docs, logs and CRM, and answer with real context instead of a guess.

What this does

Rootr's MCP server exposes your workspace as tools an AI agent can call directly, not a search index it has to guess from. Once connected, Claude or ChatGPT can read a document, write to one, look up a database row, or trace why something happened across your team's knowledge graph, all inside the same chat.

The endpoint is a single URL: rootr.io/mcp. It speaks the Streamable HTTP MCP transport and handles login through OAuth, so there is no API key to copy around.

Connect Claude (desktop or claude.ai)

  1. Open Settings, then Connectors.
  2. Click "Add custom connector."
  3. Name it anything (for example "Rootr") and paste this URL:
https://rootr.io/mcp
  1. Click Add. A Rootr login screen opens: sign in (or sign up if you don't have an account yet).
  2. Pick the workspace to connect and a permission level, then click Allow.
  3. Back in Claude, open a new chat, turn the Rootr connector on, and ask it something about your workspace.

Connect ChatGPT (web, Plus or above)

  1. Open Settings, then Connectors, then "Add custom connector."
  2. Paste the same URL into the MCP server field:
https://rootr.io/mcp
  1. Leave the auth method as OAuth and confirm. Log in to Rootr, pick a workspace and permission level, then Allow.
  2. Turn Rootr on from the tools menu in a chat.
Want the click-by-click version with screenshots? See the full connect guide linked below.

What you can ask once it is connected

You askWhat runs behind it
"Why did the deploy job fail last Tuesday?"rootr_ask, which traces the answer through your workspace's knowledge graph instead of a keyword search.
"What's in my Rootr workspace?"rootr_search / rootr_read, which look up and reads real documents.
"Add a row to the incidents board for this."rootr_add_row, which writes into a Rootr database/table.
"Write up these notes as a doc."rootr_write / rootr_append, which create or updates a document.
"Log this as an issue."rootr_create_issue, which files it in a Rootr issue tracker.

No Rootr account yet?

The connector needs a workspace to point at. Sign up free, create a workspace, then come back to this page and connect it. Takes about a minute.