
Claude Faf Mcp
Give Claude Code a durable, project-scoped memory file (.faf) so new chats pick up architecture and decisions without re-explaining the repo.
Overview
claude-faf-mcp is a Build-phase MCP server that persists and serves IANA .faf project context to Claude via stdio or SSE.
What is this MCP server?
- Claude-focused MCP server for .faf persistent project context (faf.one ecosystem)
- Stdio npm package claude-faf-mcp v5.6.2 plus optional SSE remote at claude-faf-mcp.vercel.app
- IANA-registered .faf format for structured, portable project memory
- GitHub source Wolfe-Jam/claude-faf-mcp with MCP 2025-12-11 server schema
- MCP integration layer—not a one-off skill; pairs with any Claude Code workflow
- Server version 5.6.2 on npm identifier claude-faf-mcp
- Transports: stdio package plus SSE remote URL claude-faf-mcp.vercel.app/sse
- Uses IANA-registered .faf format; schema MCP 2025-12-11
Community signal: 17 GitHub stars.
What problem does it solve?
Claude forgets your project between sessions, so you keep pasting the same stack notes and decisions into every new conversation.
Who is it for?
Indie builders on Claude Code who want structured, updateable project memory without rebuilding context from scratch each session.
Skip if: Teams that only use Cursor or Gemini and do not run Claude as their MCP host agent.
What do I get? / Deliverables
After you register claude-faf-mcp, Claude can load and maintain a single .faf context file so ongoing work stays consistent across chats.
- MCP-connected .faf persistent context readable and updatable by Claude
- Stdio or SSE transport configuration for claude-faf-mcp
- Reduced repeated onboarding prompts across Claude sessions
Recommended MCP Servers
Journey fit
Persistent agent context is wired during product construction when you connect MCP tooling to your stack. Canonical shelf is agent-tooling: this server exposes read/write tooling for the IANA-registered .faf context format inside Claude.
How it compares
MCP context bridge for Claude, not a generic IDE-only faf-mcp npx bundle.
Common Questions / FAQ
Who is claude-faf-mcp for?
It is for solo developers and small teams who use Claude with MCP and want persistent .faf project context instead of repeating repo explanations.
When should I use claude-faf-mcp?
Use it when you start a multi-day build or operate an agent-heavy repo and need Claude to remember architecture, conventions, and in-flight work across sessions.
How do I add claude-faf-mcp to my agent?
Add the npm claude-faf-mcp package to your Claude MCP config for stdio, or point at the published SSE remote URL if your client supports remote MCP.