---
title: claude-faf-mcp
---
<div style="display: flex; align-items: center; gap: 12px;">
<img src="https://raw.githubusercontent.com/Wolfe-Jam/faf/main/assets/logos/orange-smiley.svg" alt="FAF" width="40" />
<div>
<h1 style="margin: 0; color: #000000;">claude-faf-mcp</h1>
<p style="margin: 4px 0 0 0;"><strong>IANA-Registered Format for AI Context</strong> ยท <code>application/vnd.faf+yaml</code></p>
</div>
</div>
<style>
/* Make the Jekyll page title orange */
header h1 a,
.site-title,
.page-title {
color: #ff7557 !important;
}
</style>
> Official MCP server for FAF (Foundational AI-context Format) with 50 tools - Persistent project context that integrates seamlessly with Claude Desktop workflows
[](https://www.npmjs.com/package/claude-faf-mcp)
[](https://discord.com/invite/56fPBUJKfk)
[](https://chromewebstore.google.com/detail/lnecebepmpjpilldfmndnaofbfjkjlkm)
[](https://faf.one)
[](https://opensource.org/licenses/MIT)
---
## ๐ AI-Readiness Scorecard
**The closer you get to 100% the better AI can assist you.**
At 55% you are building your project with half a blueprint and basically flipping a coin with AI. .FAF defines, and AI becomes optimized for Context with the project.faf file.
<div align="center">
<img src="https://raw.githubusercontent.com/Wolfe-Jam/faf/main/assets/Project-faf-pckg-json-README.png" alt="project.faf file positioning" width="600" />
<p><em>project.faf lives at the project root, between package.json and README.md</em></p>
</div>
```
โโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโ
๐๏ธ FAF AI-READINESS SCORE: 100/100 โ PODIUM EDITION
โโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโ
๐ CORE INTELLIGENCE ๐ฏ CONTEXT DELIVERY
โโ Project DNA [โโโโโโ] 100% โโ MCP Protocol [โโโโโโ] 100%
โโ Architecture Map [โโโโโโ] 100% โโ 50 Native Tools [โโโโโโ] 100%
โโ Domain Model [โโโโโโ] 100% โโ IANA Format [โโโโโโ] 100%
โโ Version Tracking [โโโโโโ] 100% โโ Universal Context [โโโโโโ] 100%
๐ PERFORMANCE โก STANDALONE OPERATION
โโ 16.2x CLI Speedup [โโโโโโ] 100% โโ Zero Dependencies [โโโโโโ] 100%
โโ 19ms Avg Execution [โโโโโโ] 100% โโ Bundled Engine [โโโโโโ] 100%
โโ 50/50 Tools Active [โโโโโโ] 100% โโ Direct Function [โโโโโโ] 100%
โโ Zero Memory Leaks [โโโโโโ] 100% โโ 14 Bundled Cmds [โโโโโโ] 100%
๐ project.faf score: podium
โโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโ
```
---
## โก Quick Start
```bash
# Install via npx (recommended - always latest)
npx @modelcontextprotocol/inspector npx -y claude-faf-mcp
# Or install globally
npm install -g claude-faf-mcp
# For Claude Code, Gemini, Cursor, Codex, WARP, any AI โ npm install -g faf-cli
```
**Claude Desktop Configuration:**
```json
{
"mcpServers": {
"faf": {
"command": "npx",
"args": ["-y", "claude-faf-mcp"]
}
}
}
```
---
## ๐ฏ What is FAF?
**The .FAF Position in the MCP Ecosystem:**
```
Model Context Protocol
โโโโโ โโโโโโโ โโโโโโโโ
Claude โ .faf โ MCP
Gemini โ .faf โ MCP
Codex โ .faf โ MCP
Any LLM โ IANA Format โ Open Protocol
```
**.FAF is the foundational, universal base layer** for any Model using the MCP Protocol. It provides the standardized Context that makes the Model Context Protocol work for everyone.
---
## ๐ ๏ธ Core Features
### 50 MCP Tools (100% Standalone)
- **faf_quick** - Lightning-fast project.faf creation (3ms avg)
- **faf_enhance** - Intelligent enhancement with auto-detection
- **faf_read** - Parse and validate FAF files
- **faf_write** - Create/update FAF with validation
- **faf_score** - AI-readiness scoring engine
- **faf_compress** - Intelligent size optimization
- **14 bundled commands** - Zero CLI dependencies, 16.2x faster
### IANA-Registered Standard
- Official MIME type: `application/vnd.faf+yaml`
- W3C-compliant structured format
- Universal AI context protocol
- Cross-platform compatibility
### Championship Performance
- **16.2x faster** than CLI versions (direct function calls vs process spawning)
- **19ms average** execution across all bundled commands
- **Fastest: 1ms** (formats command)
- **Zero memory leaks** with F1-grade engineering
---
## ๐ Documentation
- **[Full README](https://github.com/Wolfe-Jam/claude-faf-mcp#readme)** - Complete documentation
- **[FAQ](https://github.com/Wolfe-Jam/claude-faf-mcp/blob/main/docs/FAQ.md)** - Common questions
- **[Getting Started](https://github.com/Wolfe-Jam/claude-faf-mcp/blob/main/docs/getting-started.md)** - Installation & setup
- **[MCP Tools Reference](https://github.com/Wolfe-Jam/claude-faf-mcp/blob/main/docs/mcp-tools.md)** - All 50 tools
- **[Website](https://faf.one)** - faf.one
- **[Discord Community](https://discord.com/invite/56fPBUJKfk)** - Join the discussion
---
## ๐ Why FAF?
> "README for the AI era" โ Gemini CLI
**Persistent Context** - Your project's DNA lives in `project.faf`, readable by any AI or human
**Universal Format** - IANA-registered standard works across Claude, Gemini, Codex, any LLM
**Zero Setup Tax** - One file (`project.faf`) eliminates AI context setup across your entire team
**Championship Engineering** - F1-inspired performance with strict TypeScript, zero runtime errors
---
## ๐ฆ Ecosystem
- **[FAF Format Spec](https://github.com/Wolfe-Jam/faf)** - Official IANA specification
- **[FAF CLI](https://github.com/Wolfe-Jam/faf-cli)** - Command-line tooling
- **[Chrome Extension](https://chromewebstore.google.com/detail/lnecebepmpjpilldfmndnaofbfjkjlkm)** - Browser integration
- **[faf.one](https://faf.one)** - Official website and documentation
---
## ๐ License
MIT License - Free and open source
---
**Built with F1-inspired engineering principles** ๐๏ธโก
*"It's so logical if it didn't exist, AI would have built it itself" โ Claude*