# FAF

# claude-faf-mcp

## Quick Start

```bash
# Connect this server (installs CLI if needed)
npx -y @smithery/cli@latest mcp add wolfe-jam/claude-faf-mcp

# Browse available tools
npx -y @smithery/cli@latest tool list wolfe-jam/claude-faf-mcp

# Get full schema for a tool
npx -y @smithery/cli@latest tool get wolfe-jam/claude-faf-mcp faf_about

# Call a tool
npx -y @smithery/cli@latest tool call wolfe-jam/claude-faf-mcp faf_about '{}'
```

## Direct MCP Connection

Endpoint: `https://claude-faf-mcp--wolfe-jam.run.tools`

## Tools (33)

- `faf_about` — Learn what .faf format is
- `faf_what` — Quick explanation of .faf format
- `faf_status` — Check if project has project.faf
- `faf_score` — Calculate AI-readiness score (0-100%)
- `faf_init` — Create project.faf for a project
- `faf_trust` — Validate project.faf integrity
- `faf_sync` — Sync .faf with CLAUDE.md
- `faf_enhance` — Enhance .faf with AI optimization
- `faf_bi_sync` — Bi-directional sync to CLAUDE.md, AGENTS.md, .cursorrules, GEMINI.md
- `faf_clear` — Clear caches and reset state
- `faf_debug` — Debug MCP environment info
- `faf_read` — Read file content
- `faf_write` — Write file content
- `faf_list` — List and discover .faf projects
- `faf_chat` — Natural language .faf generation via 6W questions
- `faf_friday` — Fun features and fuzzy matching
- `faf_guide` — FAF MCP usage guide
- `faf_readme` — Extract context from README.md
- `faf_human_add` — Add human context (6Ws)
- `faf_check` — Quality inspection for .faf fields
- `faf_context` — Set or view active project context
- `faf_go` — Guided interview to Gold Code (100%)
- `faf_auto` — Zero to AI context in one command
- `faf_dna` — Show project DNA evolution journey
- `faf_formats` — Discover all formats in your project
- `faf_quick` — Lightning-fast .faf creation
- `faf_doctor` — Diagnose and fix .faf issues
- `faf_agents` — Sync AGENTS.md (OpenAI/Codex)
- `faf_cursor` — Sync .cursorrules (Cursor IDE)
- `faf_gemini` — Sync GEMINI.md (Google Gemini)
- `faf_conductor` — Sync Conductor directory
- `faf_git` — Generate .faf from GitHub repo URL
- `faf_tri_sync` — Sync project.faf to Claude MEMORY.md (Pro)

```bash
# Get full input/output schema for a tool
npx -y @smithery/cli@latest tool get wolfe-jam/claude-faf-mcp <tool-name>
```

---

Source: https://github.com/Wolfe-Jam/claude-faf-mcp
