What is AIMemLink?
AIMemLink stores the context you write about yourself — in your own words — and gives you a private, unguessable link that ChatGPT, Claude, Gemini, and other AI tools with web access can open before answering. You can also publish a separate public profile containing only the basics you choose.
Why use AIMemLink if ChatGPT already has memory?
ChatGPT's memory saves what the model happens to notice — not always what you want it to know. It's also locked to ChatGPT. AIMemLink is written by you, in your own words, and the same link works across ChatGPT, Claude, Gemini, and other AI tools.
Does AIMemLink save things automatically?
No. Nothing is saved unless you write it or send it yourself. AI can suggest additions, but you decide what goes in your memory.
Is my memory public?
Your memory has two zones. Public memory is readable at /{username}/public-memory.txt by anyone who knows your username. Private memory is only served on your secret link. Telegram saves append to private memory only.
Can I make my memory private?
Yes. Put sensitive context in your private memory zone on the dashboard — it is only served on your unguessable private link. Your public link serves only the public zone. Clear the public zone to turn your public link off entirely.
Can I see when my private link is accessed?
Yes. Your dashboard shows recent requests AIMemLink received for your private link, and you can connect Telegram for access alerts. AI providers may reuse cached copies, so the log shows requests to AIMemLink rather than every time an AI reads previously fetched memory.
What if someone else gets my private link?
Rotate it from your dashboard or with /rotate in Telegram. Every previous private URL stops working immediately, and AIMemLink gives you a new link to share.
What is the public AIMemLink URL format?
Use HTTP GET on https://aimemlink.com/{username}/public-memory.txt. The response is plain text (text/plain) with no authentication.
How do I add memory to ChatGPT?
Sign up and write your memory on the dashboard. Tap ChatGPT under Talk to your AI to copy your instruction snippet and open a new chat — paste to start. For lasting setup, paste the same snippet into ChatGPT custom instructions.
Why does ChatGPT search instead of fetching my link?
Some ChatGPT sessions web-search instead of fetching. Ask the model to fetch your memory URL directly, use Talk to your AI on the dashboard (copy + paste), or copy full or public memory from the dashboard as a fallback.
Can I update memory from Telegram?
Yes. Connect Telegram from your dashboard, then send plain text to the bot to append private memory. Use /show for full memory, /link for your private URL, and /public_link for your public URL. Edit public memory on the web.
Do I need a browser extension or MCP?
No for normal use. AIMemLink works with fetchable URLs — no browser extension and no MCP are required. ChatGPT, Claude, and Gemini in the browser should use your private link and dashboard instructions. MCP is optional for any compatible agent or app: sign in, open Dashboard → MCP access, generate an API key, and follow the setup guide at /docs/mcp. MCP gives reliable tool calls (read and append); it is not a replacement for the private link when using ChatGPT in the browser.
What is the AIMemLink MCP server?
An optional, client-independent Model Context Protocol endpoint at https://aimemlink.com/api/mcp. Any MCP client that supports remote HTTP transport and Bearer authentication can connect. Two tools: get_memory (full public + private memory, like Telegram /show) and append_private_memory (plain-text private append, like messaging the bot). OAuth is not supported yet — API key only. See /docs/mcp for setup.
Why does my private link change?
AIMemLink creates a fresh link whenever you update your memory. Previously shared links continue to work and always access your latest memory. If you want older links to stop working, use Rotate Link to revoke acees to all previous links.
Why is my AI still using old information?
Some AI apps don't always check a link again after reading it once. If that happens, paste your current AIMemLink into the conversation again.