Cursor wrote the decision yesterday. Claude Code should not ask again today. ReadmeDB is coding-agent memory as durable markdown — plus optional distilled facts with hybrid_recall when you need both layers.
Durable truths live in markdown (write_file, patch_file, version diffs). Quick scratch facts use add_memory and graduate via promote_memory_to_file. Neither Mem0-style vectors nor a second brain app required.
search_files / fetch_docs_for_task — find context fastappend_to_file — log decisions without rewriting whole filesget_context_profile — orient at session starthybrid_recall — search files and memories together{
"mcpServers": {
"readmedb": {
"url": "https://app.readmedb.com/api/mcp",
"headers": {
"Authorization": "Bearer rdb_your_key"
}
}
}
}Connect your coding agent →