サーバー

Claude Faf Mcp
@Wolfe-Jam
Persistent Project Context for Claude — IANA-registered .faf format · 32 tools + 1 prompt · MCP Registry #2759
概要
What is Claude Faf Mcp?
Claude Faf Mcp is an MCP server that provides persistent project context and memory for Claude AI sessions. It captures human intent (Who, What, Why) in a project.faf file, syncs with CLAUDE.md and MEMORY.md, and ensures every Claude session starts grounded. Designed for developers using Claude Desktop and Claude Code.
How to use Claude Faf Mcp?
Install via one-click .mcpb download, npm global install, or by adding the MCP server to claude_desktop_config.json. After installation, type /faf in Claude Desktop to check and score your project. Alternatively, tell Claude your 3Ws (Who, What, Why) to generate project.faf.
Key features of Claude Faf Mcp
- 13 Core MCP tools (35 total with
FAF_TOOLS=all) - Persistent context via
.faf↔CLAUDE.md↔MEMORY.mdtri-sync - Deterministic scoring from 0% to 100%
- SessionStart hook for Claude Code for grounded sessions
- One-click setup, local and private (no accounts, no telemetry)
- IANA-registered YAML formats (
application/vnd.faf+yaml)
Use cases of Claude Faf Mcp
- Ensure every Claude Code session starts with project context instead of a blank slate.
- Onboard new team members instantly by committing
project.fafto the repo