ChatGPT
ChatGPT talks to Memuron as a custom MCP plugin. One dialog, one URL, one approval — and the assistant stops forgetting what you told it last week.
https://api.memuron.com/mcpThe same thing, written down
Set up ChatGPT in 4 steps
No API keys to paste, no glue code — sign in once and your agent keeps the memory.
- Open ChatGPT, then Plugins in the sidebar
- Click + to create a new plugin
- Paste the MCP URL, choose OAuth, tick the notice
- Create, then Allow in Memuron
Search, fetch, and the rest
ChatGPT leans on search and fetch semantics for retrieval, which Memuron serves through memuron_query and memuron_get. The write tools are available too, so the assistant can record decisions as well as recall them.
Discover which spaces exist before guessing a path.
Pipe semantic search, traversal, and regex over the graph.
Fetch one memory and its links once you have an ID.
Queue content for the Guardian to create, update, or link.
Patch content or scope on a memory you already found.
Remove a memory — never without an explicit confirmation.
Resolve any chunk back to the file and page it came from.
Poll an async ingest until the Guardian commits or rejects it.
What the plugin can reach
The OAuth token is bound to a single organization and inherits your member scopes — the plugin cannot see a space you cannot.
The token is minted against the org you picked at approval. Switching orgs means approving again.
Spaces you have disabled stay invisible to the plugin, exactly as they are to you.
Every write lands in the append-only ledger with the connector named as the actor.
When something looks wrong
- Create stays greyed out. The acknowledgement checkbox under the risk notice is still unticked.
- Authentication fails immediately. The URL must be the API host ending in
/mcp, not the console. - Installed, but no tools listed. Reopen the plugin and let ChatGPT re-read the tool manifest; it caches the first handshake.
- Empty answers. You approved an organization with no spaces enabled for your user. Check space access in the console.