This is a persistent context manager for IDEs and editors outside Claude Desktop. It maintains a single project.faf file and syncs it bidirectionally with format-specific files like .cursorrules for Cursor, AGENTS.md for Codex, and GEMINI.md for Gemini. The 25 MCP tools handle initialization, scoring (0-100% AI readiness), enhancement, and cross-platform sync operations. You can run it locally via stdio, self-host on Vercel, or point to the hosted version at mcpaas.live. The cloud tools let you publish, fetch, and share context globally. It also includes faf_git for generating context from any GitHub repo URL without cloning. Built on the FAF ecosystem with 62,000+ downloads and ships with 309 tests across 9 suites.
Public tool metadata for what this MCP can expose to an agent.
faf_aboutLearn what .faf format isLearn what .faf format is
No parameter schema in public metadata yet.
faf_whatQuick explanation of .faf formatQuick explanation of .faf format
No parameter schema in public metadata yet.
faf_statusCheck if project has project.faf1 paramsCheck if project has project.faf
pathstringfaf_scoreCalculate AI-readiness score (0-100%)1 paramsCalculate AI-readiness score (0-100%)
pathstringfaf_initCreate project.faf for a project1 paramsCreate project.faf for a project
pathstringfaf_trustValidate project.faf integrity1 paramsValidate project.faf integrity
pathstringfaf_syncSync .faf with CLAUDE.md1 paramsSync .faf with CLAUDE.md
pathstringfaf_enhanceEnhance .faf with AI optimization1 paramsEnhance .faf with AI optimization
pathstringfaf_bi_syncBi-directional sync to CLAUDE.md, AGENTS.md, .cursorrules, GEMINI.md1 paramsBi-directional sync to CLAUDE.md, AGENTS.md, .cursorrules, GEMINI.md
pathstringfaf_clearClear caches and reset stateClear caches and reset state
No parameter schema in public metadata yet.
faf_debugDebug MCP environment infoDebug MCP environment info
No parameter schema in public metadata yet.
faf_readRead file content1 paramsRead file content
pathstringfaf_writeWrite file content2 paramsWrite file content
pathstringcontentstringfaf_listList and discover .faf projects1 paramsList and discover .faf projects
pathstringfaf_chatNatural language .faf generation via 6W questions1 paramsNatural language .faf generation via 6W questions
messagestringfaf_fridayFun features and fuzzy matchingFun features and fuzzy matching
No parameter schema in public metadata yet.
faf_guideFAF MCP usage guideFAF MCP usage guide
No parameter schema in public metadata yet.
faf_readmeExtract context from README.md1 paramsExtract context from README.md
pathstringfaf_human_addAdd human context (6Ws)3 paramsAdd human context (6Ws)
pathstringfieldstringvaluestringfaf_checkQuality inspection for .faf fields1 paramsQuality inspection for .faf fields
pathstringfaf_contextSet or view active project context1 paramsSet or view active project context
pathstringfaf_goGuided interview to Gold Code (100%)1 paramsGuided interview to Gold Code (100%)
pathstringfaf_autoZero to AI context in one command1 paramsZero to AI context in one command
pathstringfaf_dnaShow project DNA evolution journey1 paramsShow project DNA evolution journey
pathstringfaf_formatsDiscover all formats in your project1 paramsDiscover all formats in your project
pathstringfaf_quickLightning-fast .faf creation1 paramsLightning-fast .faf creation
inputstringfaf_doctorDiagnose and fix .faf issues1 paramsDiagnose and fix .faf issues
pathstringfaf_agentsSync AGENTS.md (OpenAI/Codex)1 paramsSync AGENTS.md (OpenAI/Codex)
pathstringfaf_cursorSync .cursorrules (Cursor IDE)1 paramsSync .cursorrules (Cursor IDE)
pathstringfaf_geminiSync GEMINI.md (Google Gemini)1 paramsSync GEMINI.md (Google Gemini)
pathstringfaf_conductorSync Conductor directory1 paramsSync Conductor directory
pathstringfaf_gitGenerate .faf from GitHub repo URL1 paramsGenerate .faf from GitHub repo URL
urlstringfaf_tri_syncSync project.faf to Claude MEMORY.md (Pro)1 paramsSync project.faf to Claude MEMORY.md (Pro)
pathstringPersistent Project Context for Cursor, IDEs and VS Code. Define once. Sync everywhere.
Home: wolfe-jam.github.io/faf-mcp · Hosted MCP endpoint: https://ide.faf.one/mcp/v1 (Streamable HTTP)
The MCP you didn't realise you needed, or wanted but didn't know who to ask, is here. Building on 62,000+ downloads across the FAF ecosystem, we bring you faf-mcp to cure your syncing pain and fuel your chosen AI with optimized context, on-demand.
The tools you actually need, up front. faf-mcp now leads with 15 essential tools by default — a clean, focused surface instead of a wall of options. Need everything? Set FAF_TOOLS=all for the full 29 (every tool stays callable by name either way). And every Core tool's description was rewritten so your AI picks the right one, first time.
You maintain .cursorrules. Your teammate uses AGENTS.md. Someone on the team just switched to Gemini. Every AI tool wants its own context file — and they all say the same thing in different formats.
faf-mcp is the dedicated MCP server for Cursor, Windsurf, Cline, VS Code, and every non-Claude platform. One .faf file in your repo, synced to every format your team needs.
project.faf
│
┌────────┬───────┴───────┬────────────┐
▼ ▼ ▼ ▼
CLAUDE.md AGENTS.md .cursorrules GEMINI.md
(Claude) (Codex) (Cursor) (Gemini)
bunx faf-mcp
Add to your MCP config:
{"mcpServers": {"faf": {"command": "bunx", "args": ["faf-mcp"]}}}
| Platform | Config File |
|---|---|
| Cursor | ~/.cursor/mcp.json |
| Windsurf | ~/.codeium/windsurf/mcp_config.json |
| Cline | Cline MCP settings |
| VS Code | MCP extension config |
| Claude Desktop | Use claude-faf-mcp |
| Door | Method | Best For |
|---|---|---|
| Hosted | mcpaas.live | Zero-install, point any MCP client to the URL |
| Self-Deploy | Deploy to Vercel | Your own instance, full control |
| Local | bunx faf-mcp | IDE integration via stdio transport |
Point your MCP client to https://ide.faf.one/mcp/v1 — no install, no config, no maintenance. Served from 300+ Cloudflare edges with sub-ms cold starts via 2.7KB Zig-WASM engine.
Deploy your own MCP server on Vercel in one click. Once deployed, your server exposes:
/health — Health check/info — Server metadata + tool list/mcp/v1 — MCP Streamable HTTP transportnpx faf-mcp
| Tool | Platform | Action |
|---|---|---|
faf_agents | OpenAI Codex | Import/export/sync AGENTS.md |
faf_cursor | Cursor IDE | Import/export/sync .cursorrules |
faf_gemini | Google Gemini | Import/export/sync GEMINI.md |
faf_conductor | Conductor | Import/export directory structure |
faf_git | GitHub | Generate .faf from any repo URL |
# Sync to all formats at once
faf bi-sync --all
# Generate .faf from any GitHub repo
faf_git { url: "https://github.com/facebook/react" }
Core tier: 15 essential tools shown by default; set FAF_TOOLS=all for the full 29 (every tool stays callable by name either way) · with CLI fallback · 9 test suites · 7 bundled parsers
Share your FAF context globally via mcpaas.live:
| Tool | Purpose |
|---|---|
faf_cloud_publish | Upload to cloud, get shareable URL |
faf_cloud_fetch | Pull context from cloud |
faf_cloud_list | List available souls |
faf_cloud_search | Search across souls |
faf_cloud_share | Generate share links |
Example Workflow:
# Upload your project.faf
faf_cloud_publish { soul_name: "my-project" }
→ https://mcpaas.live/souls/my-project
# Anyone can fetch it
faf_cloud_fetch { soul_name: "my-project" }
→ Context merged into local project.faf
Zero-install sharing - Recipients need no MCP setup. Served from 300+ Cloudflare edges with <1ms cold starts via 2.7KB Zig-WASM engine.
Your .faf file and your platform context files stay synchronized in milliseconds.
project.faf ←── 8ms ──→ .cursorrules / AGENTS.md / CLAUDE.md / GEMINI.md
Single source of truth
--all flag syncs to all four formats at onceAI assistants forget. They drift. Every new session, AI starts guessing again. Bi-sync means context never goes stale.
| Tier | Score | Status |
|---|---|---|
| 🏆 TROPHY | 100% | AI never has to guess |
| ★ GOLD | 99%+ | 1 slot from Trophy |
| ◆ SILVER | 95%+ | Close — keep going |
| ◇ BRONZE | 85%+ | Interim — keep going |
| ● GREEN | 70%+ | Interim — keep going |
| ● YELLOW | 55%+ | AI flipping coins |
| ○ RED | <55% | AI working blind |
| ♡ WHITE | 0% | No context at all |
At 55%, AI is guessing half the time. At 100%, AI is optimized.
Start every prompt with "Use FAF" to invoke MCP tools:
Use FAF to initialize my project
Use FAF to score my AI-readiness
Use FAF to sync my context
Use FAF to enhance my project
Works on all platforms — stops web search, forces tool usage.
| Tool | Purpose |
|---|---|
faf_init | Initialize project.faf |
faf_score | Check AI-readiness (0-100%) |
faf_sync | Sync context across platforms |
faf_bi_sync | Bi-directional .faf ↔ CLAUDE.md |
faf_read | Parse and validate FAF files |
faf_write | Create/update FAF with validation |
| Interop Tools | |
faf_agents | Import/export/sync AGENTS.md |
faf_cursor | Import/export/sync .cursorrules |
faf_gemini | Import/export/sync GEMINI.md |
faf_conductor | Import/export directory structure |
faf_git | Generate .faf from GitHub repo URL |
| Cloud Tools | |
faf_cloud_publish | Upload to mcpaas.live |
faf_cloud_fetch | Pull from cloud |
faf_cloud_list | List souls |
faf_cloud_search | Search souls |
faf_cloud_share | Generate share links |
Plus CLI fallback (via faf-cli):
faf readme - Extract 6 Ws from README (+25-35% boost)faf human-add - Non-interactive YAML merge (6Ws Builder)faf git - GitHub repo analysis without cloningIf faf-mcp has been useful, consider starring the repo — it helps others find it.
MIT License — Free and open source
Zero drift. Eternal sync. AI optimized. 🏆
"It's so logical if it didn't exist, AI would have built it itself" — Claude