Example apps built with Supermemory and SMFS. Each example is a standalone, runnable project you can clone and try.
| Example | Description | Stack |
|---|---|---|
| Legal Docs Assistant | Ingest contracts, query them with semantic search | Python, supermemory-bash, Anthropic SDK |
| Docs Answering Agent | Ingest documentation, answer questions about it | TypeScript, @supermemory/bash, Vercel AI SDK |
| Customer Support Agent | Per-customer memory for support ticket drafting | Python, supermemory-bash, Anthropic SDK |
- Get a Supermemory API key
- Get an Anthropic API key
- Pick an example, follow its README
SMFS gives your agent a filesystem backed by Supermemory. The agent uses standard bash commands (ls, cat, echo, grep) to read and write files. Writes sync to Supermemory automatically. sgrep does semantic search across all files.
Two flavors:
- Mount (
smfsbinary) — real FUSE/NFS mount for agents with filesystem access - Bash Tool (
@supermemory/bash/supermemory-bash) — virtual bash for serverless and edge runtimes
These examples use the Bash Tool. See the SMFS docs for the full picture.