Mempipe turns PDFs and documents into a persistent Markdown knowledge base, following the LLM wiki pattern from Andrej Karpathy's public gist.
Your raw sources stay untouched. An agent reads them and writes linked wiki pages from them, and each new source updates the existing pages instead of producing another answer you have to reconcile later.
Every citation opens the passage it came from in the original document, so checking a claim is one click rather than a re-read. Search and grep cover your sources and your wiki pages together.
The wiki is ordinary Markdown. You can read it, edit it, diff it, and take it elsewhere. Connect your own agent over MCP to work on the same files, and approve write access separately if you want the agent to update pages itself. Read-only connections cannot change anything.
Bring your own model API key for the built-in agent. You can also read, search, and edit your files without using an agent at all.
A free tier is available. The paid Starter plan adds more Spaces and storage. Model usage is billed by your own provider, separately from your plan.