← All docs

Tenka Memory — connector documentation

Tenka Memory is a private, user-owned memory for AI assistants. From inside Claude or
ChatGPT, a user can save the current conversation into their own Tenka Memory and recall
it later — in a new chat, or in the other assistant. This page is the public reference
for users and for IT administrators evaluating the connector.

What it does

What it cannot do

only pass along a conversation the user explicitly asks it to save, in a chat where the
connector is enabled. It cannot read the user's other chats or past conversations.

memory but exposes no delete operation. Permanent deletion happens only in the user's
own dashboard at tenka.cloud.

cannot reach servers, billing, or account settings, even though Tenka Cloud offers those
to signed-in users elsewhere.

Tools exposed

ToolAccessWhat it does
list_projectsread-onlyList the user's Memory projects (id, name, role).
save_conversationwrite (non-destructive)Save a chat transcript as note(s) in a chosen project. Confirms before writing to an existing non-default project.
get_contextread-onlyReturn a compact summary of one project to reload context.
search_notesread-onlySearch notes within a project by text.
get_docx_linkread-onlyReturn a short-lived link to download a project or note as Word .docx.

Every tool carries a title and read-only / non-destructive annotations. There are no
destructive (delete) tools on this surface.

Authentication & access control

(RFC 7591); there is no shared client secret to distribute.

that states the connector is limited to Memory.

user's membership (owner / editor / viewer); the connector can never cross between
different users' or tenants' data.

Data handling

warning), and every save is recorded in the user's audit log.

dashboard at any time. See the privacy policy for retention and GDPR rights.

How to connect

Claude (Claude.ai / Desktop / Code): Settings → Connectors → Add custom connector →
enter https://dashboard.tenka.cloud/mcp/memory → sign in with Tenka. Then, in any chat
with the connector enabled: "Save this conversation to Tenka Memory."

ChatGPT: add the same MCP endpoint as a connector, or import
https://dashboard.tenka.cloud/openapi-memory.json as an Action in a custom GPT (OAuth).

Once Tenka Memory is listed in the Claude and ChatGPT app directories, it can be added in
one click without pasting a URL.

Support

Questions, access issues, or data requests: jon@tenka.se. We aim to respond within
two business days.