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.
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.
| You ask | What 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. |
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.