readmedbv0.4
File storage for AI · 16 MCP tools · Free to start

Stop starting over
every session.

ReadmeDB is persistent file storage for AI. Build agents that remember between sessions — or keep your context synced across ChatGPT, Claude, and Gemini so you never re-explain yourself again.

Free plan, no cardWorks with any AI30 second setup
Agentwrite →

Cursor writes

# wrapping up
write_file("rules.md")
append_to_file("tasks.md")
patch_file("notes.md")
✓ 3 files saved · session ends
readmedb · files

Your memory

Click a file to preview →
← readPreview

agent-rules.md

# Agent rules
— check memory on startup
— write summary after tasks
— version every decision
— search before fetching
3 files saved · context preserved for next session
AgentsCursorClaude CodeWindsurfCodexAny MCP host
EveryoneChatGPTClaudeGeminiGrokAny AI chat
Who it's for

Two problems. One solution.

For builders

Building an AI agent?
Give it a memory.

Agents lose state between sessions. ReadmeDB gives your agent a hosted filesystem via MCP — it writes task notes, reads them back next run, and keeps a full version history. One config line.

# mcp.json
"readmedb": {
  "url": "app.readmedb.com/api/mcp",
  "auth": "Bearer rdb_…"
}
✓ Agent has 16 tools · reads + writes
Connect your agent →
For everyone

Switching between AIs?
Take your context with you.

ChatGPT, Claude, Gemini — every chat starts cold. Write your preferences and context once. ReadmeDB stores it. Paste it into any AI instantly — no re-explaining, no starting from scratch.

# my-context.md
## About me
I'm a product designer in London.
## Preferences
— concise answers, bullet points
## Current project
Redesigning the onboarding flow…
↑ paste this into any AI, any time
Store your context free →
How it works

Three steps. Any AI, always ready.

01

Write your context

Store anything as a plain markdown file — agent rules, task queues, your preferences, your current project. Plain text you control.

# my-context.md
## Preferences
— concise answers only
— bullet points, not prose
## Current project
Building an AI scheduling agent
Saved · versioned · searchable
02

Use it anywhere

Connect via MCP for automatic agent access. Or copy and paste the file into ChatGPT, Claude, or Gemini — any AI, any time.

# Two ways to use it
MCP → agent reads automatically
Copy → paste into any AI chat
ChatGPT · Claude · Gemini · Cursor
Windsurf · Codex · any MCP host
03

Always current

Update the file when things change. Every AI session after that gets the latest version. Full version history kept automatically.

# version history
get_file_history("my-context.md")
  ↳ v4 · today
  ↳ v3 · 2 days ago
  ↳ v2 · last week
Restore any version
What it can do

Three jobs. Sixteen tools.
Zero ceremony.

Save things.

Write plain markdown files — notes, decisions, context, rules. Anything your AI needs to remember next time.

writeappendpatchmovedelete

Find them again.

Full-text search, bulk reads, list-by-recency. Find what's relevant without re-reading the whole vault.

searchfetch for taskreadlistchanged since

Travel back in time.

Every file keeps its full version history. Diff, inspect, or restore an earlier version with one tool call.

historyread versiondiffrestore

Want the raw tool reference? See all 16 tools →

Not quite like the others

Your memory. Your files.
Every AI.

You're here

readmedb

  • Works with any AI — agents or chat
  • You write and control every file
  • Readable, editable, versionable
  • MCP for agents, copy-paste for everyone
  • No embeddings, no black box

AI built-in memory

  • ~Vendor-controlled, opaque
  • ~Works within one AI only
  • Different memory in ChatGPT vs Claude
  • Can't see exactly what's stored
  • No version history

Copy-pasting notes

  • ~Free, no setup
  • ~You control the content
  • Manual every single session
  • No versioning or search
  • Scattered across docs and files
Pricing

Free until you outgrow it.

Free

£0forever

No card required.

  • 3 API keys
  • 50 files per key
  • 5 MB storage
  • 30 day version history
Start free
Most popular

Pro

£5/ month

Most users hit the free limit within a week.

  • Unlimited API keys
  • Unlimited files
  • 50 GB storage
  • Version history forever
Upgrade to Pro

Need more? Enterprise plans available — contact us.

FAQ

Common questions

Your context. Every AI. Always ready.

Get started free →Install CLI

Free plan · No card required · Works with any AI