Best for
- Developers using Claude Desktop
- Teams needing persistent, versioned project context
- Those requiring cross-session AI memory
This server provides persistent context and memory capabilities with high integration, but users should be cautious about file operations; overall valuable.
Claude FAF is an MCP server that provides persistent project context and memory for Claude. It utilizes the IANA-registered .faf format (application/vnd.faf+yaml) to store a project's DNA, including stack, goals, and 6Ws. It offers tools to initialize, auto-detect, score, sync, and audit context, ensuring AI starts each session with a coherent understanding. It provides 13 core tools by default, extensible to 35. Interoperability with multiple AI environments is achieved through writing files like CLAUDE.md, AGENTS.md, etc.
Download the .mcpb file and double-click to install, or use npm install -g claude-faf-mcp, then configure claude_desktop_config.json with: {"mcpServers":{"faf":{"command":"bunx","args":["claude-faf-mcp"]}}} and restart Claude Desktop.
{"mcpServers":{"faf":{"command":"bunx","args":["claude-faf-mcp"]}}}