Searching notes is a solved problem. You open Notion, Bear, Obsidian, or Apple Notes and type into a search box. But there's a different kind of note retrieval that's becoming useful: asking Claude to find something from your notes in the middle of a conversation.
"What did I write about the Acme deal last month?" "What was that thing I read about LLM context management?" "Find my notes on the Harris framework." In natural conversation, without switching apps.
MCP makes this possible. With a searchable note store connected to Claude, you just ask.
The Model Context Protocol (MCP) lets Claude connect to external data sources over HTTPS. When you add an MCP server to Claude, it gains new tools — in Stash's case, tools to add records, search them, and retrieve results.
Once connected, Claude can call those tools mid-conversation without you asking explicitly. Say "find my notes about X" and Claude searches your Stash, reads the results, and incorporates them into its reply.
You: I'm writing a proposal for a client. Can you find any notes I have on their previous feedback?
Claude: [searches stash for "client feedback proposal"]
Claude: Found three notes tagged "client-feedback": one from your March call (they flagged pricing transparency), one from the April demo (they loved the reporting dashboard, asked about API access), and a note from last week where you wrote "ask about their integration timeline." Want me to draft the proposal with those points in mind?
You: What's in my "reading" collection?
Claude: [retrieves reading collection — 12 records]
Claude: 12 items. Most recent: "Attention Is All You Need" (tagged: ML, papers), "The Lean Startup" (tagged: books, strategy), "MCP deep-dive by Simon Willison" (tagged: mcp, ai-tools). Want me to pull any of those up in full?
You: Add a note — "talked to Sarah, she's interested in the enterprise tier, follow up in two weeks"
Claude: Added to your notes. Tagged "contacts, follow-up". I'll surface this if you search for Sarah or follow-ups.
stash it — "key insight from today's meeting: ..."
search stash for notes about [topic]
Stash stores records — short to medium-length text with a title, tags, and a body. It's not a document editor (no rich text, no image embeds). What it's good at:
Stash is not a replacement for a notes app like Obsidian or Bear for long-form writing, bidirectional linking, or rich formatting. If you write detailed documents with headers, images, and internal links, you still want a dedicated notes app for that.
Stash is the layer that Claude can search. Think of it as your Claude-native note index — the records Claude actually reaches for when you ask it something.
context() to confirm it works.
Free tier includes 10,000 records and 100 search queries per month.
Related: Hosted MCP server (no install) · Claude as a personal CRM · Give Claude a real memory