memμrondocs
Console
CONNECTORS

Claude

Paste one URL into Claude's connector settings and approve once. Every conversation after that can read and write the same memory graph your editor and your agents use — nothing to install, no key to paste.

Remote MCP server URL
https://api.memuron.com/mcp
01/07Open settings
claude.ai
Click your name at the bottom of Claude's sidebar and choose Settings.

The same thing, written down

Set up Claude in 5 steps

No API keys to paste, no glue code — sign in once and your agent keeps the memory.

Remote MCP5 steps · under a minute
  1. Open Settings from the sidebar
  2. Customize → Connectors
  3. Add → Add custom connector
  4. Paste the MCP URL and click Add
  5. Allow in Memuron
Custom connectors are available on Claude's paid plans, and on Team and Enterprise an admin may need to allow them for the workspace first. Anthropic does not verify custom connectors — you are vouching for this one.

What Claude can do once connected

The connector exposes the same typed tool surface as every other MCP client. Destructive calls carry a confirmation flag, so Claude cannot delete a memory on a hunch.

memuron_list_spaces

Discover which spaces exist before guessing a path.

memuron_query

Pipe semantic search, traversal, and regex over the graph.

memuron_get

Fetch one memory and its links once you have an ID.

memuron_ingest

Queue content for the Guardian to create, update, or link.

memuron_updateconfirm

Patch content or scope on a memory you already found.

memuron_deleteconfirm

Remove a memory — never without an explicit confirmation.

memuron_document_source

Resolve any chunk back to the file and page it came from.

memuron_job_status

Poll an async ingest until the Guardian commits or rejects it.

The complete list, with argument shapes, is on the Model Context Protocol page.

What the connector can reach

The token Memuron issues is bound to one organization and carries your own member scopes — Claude can never see more than you can.

One organization

The token is minted against the org you picked at approval. Switching orgs means approving again.

Your scopes only

Spaces you have disabled stay invisible to the connector, exactly as they are to you.

Auditable writes

Every write lands in the append-only ledger with the connector recorded as the actor.

Revoking is one-sided and instant: remove the connector in Claude, or revoke the connection in the Memuron console. Existing memories are untouched either way.

When something looks wrong

  • “Could not connect.” The URL must end in /mcp and be the API host, not the console host.
  • The approval screen loops. You are signed into a different Memuron account in that browser. Sign out on the console first, then reconnect.
  • Claude never uses it.Tools are picked on relevance — say “check Memuron” explicitly, or add a project instruction from the AGENTS.md pack.