The Problem
When agents share memory today, it’s chaos — last write wins, no branching, no review, no rollback. It’s like coding without Git. Every team that tried that eventually hit a wall. Agent teams are hitting that wall right now. The problem isn’t “agents need permissions.” The problem is agents have no way to collaborate on knowledge the way developers collaborate on code.What is AMFS?
AMFS applies the Git model to agent memory. The mental model is already in every developer’s head — you’re not learning something new, you’re getting the tool you’ve been waiting for.Quick Example
Key Features
Git-like Collaboration
Timeline, branching, PRs, tags, rollback, access control, and fork. Collaborate on memory the way you collaborate on code.
Memory Intelligence
Copy-on-Write versioning, confidence scoring, outcome feedback, knowledge graph, hybrid search, and tiered memory.
Decision Traces
Full causal chain capture — what the agent read, what tools it consulted, and what happened when it acted.
Platform
MCP server, HTTP/REST API, Python and TypeScript SDKs, CLI, Docker, Kubernetes, and framework integrations.
Get Started
The fastest way to start is with AMFS — no infrastructure required.Connect to AMFS
Two env vars. Up and running in 30 seconds.
Quick Start
Write, read, and search agent memory.
How Agents Use AMFS
Packages
| Package | Language | Install |
|---|---|---|
amfs | Python | pip install amfs |
amfs-adapter-postgres | Python | pip install amfs-adapter-postgres |
amfs-adapter-s3 | Python | pip install amfs-adapter-s3 |
amfs-http-server | Python | pip install amfs-http-server |
amfs-cli | Python | pip install amfs-cli |
amfs-mcp-server | Python | pip install amfs-mcp-server |
@amfs/sdk | TypeScript | npm install @amfs/sdk |
OSS vs Pro
AMFS is open source under Apache 2.0. The OSS edition gives you the full memory engine with a single-branch repo model — versioned writes, confidence scoring, outcome feedback, causal traces, knowledge graph, hybrid search, tiered memory, git-like timeline onmain, SDKs, adapters, HTTP API, MCP server, and CLI.
AMFS Pro unlocks the full Git model: branching, merge, pull requests, access control, tags, rollback, cherry-pick, and fork. Plus multi-tenant SaaS isolation, immutable decision traces, automated pattern detection, an intelligence layer, and a web dashboard.
OSS gives you a repo with full history. Pro gives you GitHub.
Compare Editions
Full feature comparison between OSS and Pro.
vs Vector DBs
When to use AMFS, when to use a vector database.
vs Competitors
How AMFS compares to Mem0, Zep, Letta, and more.
