ConnectorsChatGPT

ChatGPT

Connect ChatGPT to your Naumu spaces over MCP, including Deep Research with search and fetch.

Updated August 5, 20263 min read

You can connect ChatGPT to your Naumu account so it can work directly with your spaces.

Connecting ChatGPT to a Naumu space over MCP.

Like the Claude connector, this works through a remote MCP server - the open standard AI apps use to reach outside tools. Once connected, ChatGPT acts on your behalf as the signed-in Naumu user, with your exact permissions, and you can revoke that access at any time.

The connector URL

The connector URL is always the Naumu front-end origin - the same naumu.ai address you use in your browser:

Code
https://naumu.ai/api/mcp

You never need an OAuth Client ID or Secret. ChatGPT keeps them behind Advanced OAuth settings, and you can leave that alone. Naumu registers the app for you automatically during sign-in, using Dynamic Client Registration (DCR) - there are no credentials to copy or manage.

Use the front-end origin (naumu.ai), not a backend address. Sign-in and consent rely on your Naumu session, which lives on the front-end origin.

Connect ChatGPT

In ChatGPT:

  1. Open Settings → Plugins.
  2. Select + to add a new plugin.
  3. Give it a name (for example, "Naumu"). The icon and description are optional.
  4. Leave Connection set to Server URL, and enter https://naumu.ai/api/mcp.
  5. Set Authentication to OAuth, and leave Advanced OAuth settings alone.
  6. Tick I understand and want to continue.
  7. Select Create, then sign in to Naumu and approve access on the consent screen.

Create stays greyed out until you tick the acknowledgement in step 6. If the button looks broken, that checkbox is why.

The URL field is prefilled with a placeholder ending in /sse. Ignore the shape - Naumu's endpoint is https://naumu.ai/api/mcp exactly, with nothing appended.

ChatGPT renames this screen from time to time. Older builds call it Connectors rather than Plugins, and some put custom MCP servers behind Developer Mode. Wherever it lives, the URL and the settings above are the same.

Deep Research

Naumu provides ChatGPT-compatible search and fetch tools, so the connector works with ChatGPT's Deep Research:

  • search finds matching nodes across your spaces.
  • fetch retrieves the full content of any result.

What it can access

A connected app can use your full set of Naumu tools, across every space your account can reach: searching and reading content, reading your spaces, nodes, threads, notes, and canvases, and creating or updating that content. Because ChatGPT acts as you, it inherits your permissions exactly - it cannot see or change anything you couldn't yourself.

Revoke access

You can cut off ChatGPT's access at any time in Naumu, under Settings → Your agents, in the Active access list. Revoking takes effect immediately, and you don't need to delete the plugin in ChatGPT first.

  • Claude - connect Claude the same way, over MCP.
  • Local MCP - connect coding agents like Claude Code and Cursor over the same remote MCP server.
  • Search - how Naumu ranks the results a connector's search returns.
Anything missing?
Tell us what would make these docs better.