Mount it.
001smfs mounts supermemory as a real folder. Drop files in. Point your tools at it.
smfs mounts your Supermemory container as a real directory. Read it with ls, cat, and grep - sync, search, and a live profile included.
Agents are inherently fluent in bash. They are built to navigate file structures, execute scripts, and pipe outputs. Yet, when we give them "memory", we force them to learn complex vector databases, manage API keys, and orchestrate external SDKs.
smfs collapses four moving parts (a vector DB, a memory service, a profile store, and an SDK) into a single mount point. We translate complex semantic operations into standard POSIX syscalls.
The filesystem is already the universal API for agents. We gave it memory, search, and a profile.
Mount, search, and sync - the full memory lifecycle from your terminal.
smfs is a real POSIX mount, not another API. Every tool that already reads files works with it — your shell, your editor, your scripts, your agents. No SDKs to learn.
grep "GDPR clause" ~/smfs/legal/Let agents search across contracts, compliance docs, and policies by meaning. Find the right clause without knowing the exact wording.
cat ~/smfs/finance/q4-reports/Agents read quarterly reports, invoices, and forecasts from a single mount. Ask questions across hundreds of documents.
grep "side effects" ~/smfs/research/Point agents at your research library. Semantic search across papers, internal wikis, and technical docs in any format.
ls ~/smfs/support/tickets/Support agents read from a shared knowledge base that stays in sync. Every agent sees the same docs, always up to date.
cp onboarding.pdf ~/smfs/hr/Drop employee handbooks, org charts, and policy docs into the mount. Agents index and search them instantly.
cat ~/smfs/profile.mdEvery agent reads a live profile synthesized from all memories. Context that follows your users across sessions.
220 audited xAFS questions across Claude Code and Codex. Same agent, same documents — just add smfs.
| Agent | Tool calls | Total tokens | Correctness | Tokens / correct |
|---|---|---|---|---|
| Claude | 862 → 345 -60% | 72M → 24M -66% | 99 → 100/110 +1% | 727k → 241k -67% |
| Codex | 1377 → 1137 -17% | 84M → 48M -43% | 105 → 101/110 -4% | 803k → 476k -41% |
PDFs, videos, screenshots, audio, docs - drop the raw files straight into the mount. No OCR. No transcription. No PDF parser. No chunking. The pipeline you'd have built is gone, and grep just works across every format.
smfs mounts supermemory as a real folder. Drop files in. Point your tools at it.
grep returns meanings, not substrings. Ask for "my pdf" - get the invoice you saved.
Files live in the supermemory cloud. Every agent sees the same folder, in sync.
One binary. No SDK. No vector DB to babysit.
$ curl -fsSL smfs.ai/install | sh$ smfs mount my-project# → grep away. we'll do the vectors.