claude-faf-mcp
by Wolfe-Jam·★ 17·Score 45
FAF MCP server for Claude — persistent project context with 33 tools for better AI development.
Overview
claude-faf-mcp is an MCP server that implements the FAF (Forever After Format) protocol to provide persistent project context for Claude. It enables developers to maintain accurate project understanding across sessions by using a standardized .faf format file. The server includes 33 tools covering project initialization, validation, scoring, synchronization, and file operations. It supports bi-directional sync with CLAUDE.md and optional tri-sync with MEMORY.md for enhanced context retention.
Try asking AI
After installing, here are 5 things you can ask your AI assistant:
When to choose this
Choose claude-faf-mcp when you need persistent project context for Claude across multiple sessions, especially for complex projects where maintaining context manually is impractical.
When NOT to choose this
Avoid if you're working with a different AI assistant (not Claude) or if you prefer not to use the .faf file format for project context management.
Tools this server exposes
12 tools extracted from the READMEfaf_initInitialize project DNA
faf_autoAuto-detect stack and populate context
faf_readmeExtract context from README
faf_scoreAI-readiness score (0-100%) with breakdown
faf_syncSync .faf → CLAUDE.md
faf_tri_syncTri-sync .faf ↔ CLAUDE.md ↔ MEMORY.md
faf_agentsImport/export AGENTS.md (OpenAI Codex)
faf_readRead any file
faf_writeWrite any file
faf_statusProject status overview
faf_doctorDiagnose and fix common issues
faf_gitExtract context from any GitHub repo URL
Comparable tools
Installation
Installation Options
**Web Transport (Recommended)**
claude mcp add --transport http claude-faf-mcp https://claude-faf-mcp.vercel.app/sse**Claude Desktop (Click & Install)**
- Download [claude-faf-mcp-5.5.2.mcpb](https://github.com/Wolfe-Jam/claude-faf-mcp/releases/latest/download/claude-faf-mcp-5.5.2.mcpb)
- Double-click to install
**Claude Desktop (Manual Install)**
npm install -g claude-faf-mcpAdd to your claude_desktop_config.json:
{
"mcpServers": {
"faf": { "command": "npx", "args": ["-y", "claude-faf-mcp"] }
}
}**Universal CLI (Any AI)**
npx faf-cli autoFAQ
- What is the FAF format?
- FAF (Forever After Format) is a standardized YAML format that captures project context through answers to key questions (Who, What, Why, Where, When, How). It's registered with IANA as application/vnd.faf+yaml.
- How does the persistent context work?
- The server maintains context through bi-sync (.faf ↔ CLAUDE.md) or tri-sync (.faf ↔ CLAUDE.md ↔ MEMORY.md) which ensures your AI remembers your project across sessions even when Claude Desktop is restarted.
Compare claude-faf-mcp with
Last updated · Auto-generated from public README + GitHub signals.