June 2026 · 6 min read
You just had a great conversation with Claude. It helped you draft a strategy, remembered your company context, got the tone exactly right. You close the tab.
Next session: blank slate.
Claude has no memory of any of it. Every conversation starts from zero. If you work with Claude daily, this gets old fast — especially when you're constantly re-pasting the same background context or re-explaining who you are and what you're building.
There are four ways to fix this. Here's an honest breakdown of each.
Claude.ai's custom instructions let you set a short block of text that gets prepended to every conversation automatically. You write it once; Claude reads it every time you open a new chat.
This works well for:
Good for: standing preferences, short bio. Not good for: lists, dynamic context, or anything over ~200 words.
Projects (available on Pro and Team plans) let you create a persistent workspace with uploaded files and a project-level prompt. Claude keeps context within a project, and you can upload PDFs, text files, or docs as reference material.
This works well for:
Good for: scoped reference material. Not good for: dynamic lists, programmatic access, or data that updates regularly.
This is what most people actually do. You keep a text file (or a Notion page, or an Obsidian note) with your standing context — your role, current projects, contacts — and paste the relevant section at the start of each conversation.
It works. It's also annoying, error-prone, and uses a lot of your context window before you've even started.
For a 500-record contact list, pasting the full list into every conversation consumes roughly 50,000–100,000 tokens per session (at current Notion export verbosity). That's expensive and slow.
Good for: quick one-off contexts. Not good for: anything you do regularly, or data with more than a few hundred items.
Model Context Protocol (MCP) connectors let Claude talk directly to external services — search them, read from them, write to them — during a conversation, without you pasting anything.
An MCP record store is a hosted service that:
context()The token cost difference is significant. Searching a 500-record store via an MCP tool call costs around 150–200 tokens (the query + structured result). Pasting the same list directly costs 50x–100x more.
| Your need | Best option |
|---|---|
| Short bio + style preferences | Custom instructions |
| Scoped project with reference docs | Claude Projects |
| Quick one-off context (a meeting brief, a doc) | Paste it in |
| Lists that grow, dynamic data, daily context loading | MCP record store (Stash) |
| Contacts, tasks, notes you search regularly | MCP record store (Stash) |
| Notion database too slow/expensive to read via AI | MCP record store (Stash) |
In practice, most heavy Claude users use all four: custom instructions for standing preferences, Projects for scoped work, and an MCP store for the dynamic stuff (contact lists, task backlogs, ongoing context). They're not mutually exclusive — they solve different problems.
Here's what the Stash workflow looks like after you set it up:
First-time setup (2 minutes):
That's it. Claude can now talk to your Stash store.
Every day after that:
You: Start my day
Claude: [calls context() — loads your standing context]
Claude: Good morning. You're mid-sprint on the API redesign
(deadline Friday), two client calls today at 11 and 3,
and you flagged "follow up with Sarah re: contract" last
Tuesday. Where do you want to start?
No pasting. No re-explaining. Claude loaded your context from the store automatically — a single tool call, ~180 tokens.
Adding to your store mid-conversation:
You: Stash this: met Jamie Chen at TechConf,
CTO at Foundry Labs, interested in our API.
Claude: Added to contacts. Jamie Chen, CTO Foundry Labs,
TechConf 2026-06-06, interested in API.
It's there in the next session. And the session after that.
To be clear about the scope:
It's the lightweight layer between "too small to bother" (custom instructions) and "too heavy for this use case" (Notion). Fast retrieval. Cheap token cost. Grows with you.
Add Stash to Claude — free
Connector URL: https://app.stashlite.com/mcp
In Claude: Settings → Connectors → Add custom → paste the URL above
Get started at stashlite.com