AgentStack
Browse Sign in
Browse Why AgentStack Sell Docs
Sign in
MCP verified MIT Self-run

Faf Memory Mcp

mcp-wolfe-jam-faf-memory-mcp · by Wolfe-Jam

MCP server for .fafm — Permanent Memory Layer (PML). Wraps claude-fafm-sdk via fastmcp. IANA-registered cross-vendor persistent memory. 412× faster type-filter queries vs grep (see faf-memory-proof for falsifiable receipt).

No reviews yet
0 installs
16 views
0.0% view→install

Install

$ agentstack add mcp-wolfe-jam-faf-memory-mcp

✓ scanned · ✓ verified, works with Claude Code, Cursor, and more.

Security review

✓ Passed

No issues found. Passed automated security review. · v0.1.0 How review works →

  • Prompt-injection patterns
  • Secret / credential exfiltration
  • Dangerous shell & filesystem operations
  • Untrusted network calls
  • Known-malicious package signatures

What it can access

  • Network access No
  • Filesystem access No
  • Shell / process execution No
  • Environment & secrets No
  • Dynamic code execution No

From automated source analysis of v0.1.0. “Used” means the capability is present in the source — more access means more to trust, not that it’s unsafe.

View the full security report →

Verified badge

Passed review? Show it. Paste this badge into your README, it links to the public security report.

AgentStack Verified badge Links to your public security report.
[![AgentStack Verified](https://agentstack.voostack.com/badges/verified.svg)](https://agentstack.voostack.com/security/report/mcp-wolfe-jam-faf-memory-mcp)

Reliability & compatibility

Security review passed
0 installs to date
no reviews yet
1mo ago

Declared compatibility

Claude CodeClaude DesktopCursorWindsurf

Compatibility is declared by the source manifest. End-to-end runtime verification is coming, see below.

Preview Execution monitoring

We're building live execution health for every listing: tool-call success rate, median latency, uptime, and last-checked timestamps, measured, not self-reported. It isn't live yet, so we don't show numbers we can't stand behind.

How agent discovery & health will work →
Are you the author of Faf Memory Mcp? Claim this listing to set pricing, connect Stripe payouts, and keep 70% of every sale.
Sign up to claim

About

faf-memory-mcp

v0.1.1 — etch writes the file so memory survives the process. Plugin install matches live faf-memory@claude-community.

MCP server for .fafm — the Permanent Memory Layer (PML) for Claude Code, Cursor, Grok, and any MCP host.

Cross-vendor persistent memory in a file you can read. Offline-first. Your soul, your bytes.

What's New in 0.1.1

etch writes the file so memory survives the process. Plugin install matches live faf-memory@claude-community.

  • etch persists to $FAF_SOUL_PATH immediately (default ./soul.fafm).
  • Claude Code install: claude plugin install faf-memory@claude-community.
  • Full arc: [CHANGELOG](CHANGELOG.md).

Wraps claude-fafm-sdk via fastmcp. Receipt: 400+× faster type-filter queries vs grep on a real 492-file AI memory corpus — falsifiable methodology at Wolfe-Jam/faf-memory-proof.

[](https://pypi.org/project/faf-memory-mcp/) [](https://github.com/Wolfe-Jam/faf-memory-mcp/actions/workflows/ci.yml) [](https://www.iana.org/assignments/media-types/application/vnd.fafm+yaml) [](https://doi.org/10.5281/zenodo.20348942) [](https://doi.org/10.5281/zenodo.21951641) [](LICENSE)

Why

Every AI session, your agent starts blank — no memory of what you decided yesterday, what worked, what was tried. The fix isn't another hosted memory service; it's a file the AI reads at session start and writes back to as it learns. That file is .fafm — IANA-registered, cross-vendor, and 996 KB / 49 ms cold-load for a 492-fact corpus (full numbers: the receipt).

This server is that file, over MCP. FAFA’s etch_memory / recall_memory is the hosted namepoint path on mcpaas. Complementary, not a second product.

Install

uvx faf-memory-mcp

Use in a host

Claude Codefaf-memory plugin on claude-plugins-community:

claude plugin marketplace add anthropics/claude-plugins-community
claude plugin install faf-memory@claude-community

Or in-session: /plugin install faf-memory@claude-community

Requires uv — the plugin launches this server with uvx.

Cursor · Grok · any host — same JSON. Cursor: ~/.cursor/mcp.json. Grok: .mcp.json (Grok also reads Cursor’s file).

{
  "mcpServers": {
    "faf-memory": {
      "command": "uvx",
      "args": ["faf-memory-mcp"]
    }
  }
}

Tools

| Tool | What it does | |---|---| | etch(text, id?, type?, priority?, tags?) | Write a durable fact and persist to $FAF_SOUL_PATH. O(1) dedup by id. | | recall(query?, type?, tags?, min_priority?, limit?) | Filter (substring + type + tags + priority floor) → rank by priority then recency. | | list_facts() | List ALL facts — no filter, no rank. | | save_soul(path?) | Write the soul to another path (etch already saves the default file). | | load_soul(path?) | Load a .fafm from disk, replacing the in-memory soul. |

Configuration

| Env var | Default | What | |---|---|---| | FAF_SOUL_NAMEPOINT | @local | Initial soul identifier | | FAF_SOUL_PROFILE | knowledge | .fafm profile (knowledge or voice) | | FAF_SOUL_PATH | soul.fafm | Default save/load path |

Format

.fafm is IANA-registered as application/vnd.fafm+yaml (registered 2026-05-13). Sibling of .faf (application/vnd.faf+yaml, 2025-10-30).

How to know it's working

  • Your agent doesn't ask "what is this project?" twice in the same week.
  • recall("X") surfaces what you etched last session, not just this one.
  • The .fafm file grows readably — it's plain YAML, diff it like code.
  • Open the same .fafm in grok-faf-voice — same facts. Cross-vendor proven.

Tradeoff note

Biases toward deterministic recall (substring + type + tags + priority + recency) over semantic recall. For semantic/ranked recall + LLM smart-merge, see hosted namepoints in claude-fafm-sdk. Offline-first ≠ offline-only.

The FAF Memory cluster

Citation

> Wolfe, J. (2026). Permanent Memory and Instant Recall: The .fafm Standard for Multi-Profile AI Agent Memory. Zenodo. https://doi.org/10.5281/zenodo.20348942

> Wolfe, J. (2026). Why Agents Need a Passport: .fafa — Portable Identity for the Agentic Era. Zenodo. https://doi.org/10.5281/zenodo.21951641

License

MIT.

Source & license

This open-source MCP server is cataloged on AgentStack and links to its original source — we do not rehost the code.

Install and usage instructions live in the source repository linked above.

Reviews

No reviews yet, be the first.

Versions

  • v0.1.0 Imported from the upstream source.