Implementations

February 26, 2026 · View on GitHub

Tools, SDKs, and servers that implement the FAF specification.

All implementations read or write project.faf files conforming to SPECIFICATION.md.


CLI

PackageVersionRegistryInstall
faf-cliv4.5.0npmnpm i -g faf-cli

63 commands. Generates project.faf from any codebase or GitHub URL.

MCP Servers

PackagePlatformRegistryInstall
claude-faf-mcpAnthropicnpmnpm i -g claude-faf-mcp
faf-mcpUniversalnpmnpm i -g faf-mcp
grok-faf-mcpxAInpmnpm i -g grok-faf-mcp
gemini-faf-mcpGooglePyPIpip install gemini-faf-mcp
MCPaaSInfrastructureSaaSmcpaas.live

Compilers & Runtimes

ComponentLanguageOutputLink
xai-faf-rustRustNative binary + .fafbGitHub
xai-faf-zigZig2.7KB WASMGitHub
faf-wasm-sdkRust→WASM211KB browser runtimeGitHub
faf-rust-sdkRustcrates.io SDKGitHub

Browser

ToolPlatformLink
FAF Chrome ExtensionChrome Web StoreInstall
fafdev.toolsWebTry it

AI Interop

faf-cli v4.5.0 generates all four AI instruction formats from a single project.faf:

FormatPlatformCommand
CLAUDE.mdAnthropic Claudefaf bi-sync
AGENTS.mdOpenAI Codex + 20 toolsfaf agents export
.cursorrulesCursor IDEfaf cursor export
GEMINI.mdGoogle Geminifaf gemini export
All at onceEverythingfaf bi-sync --all

Add Your Implementation

Built something that reads or writes .faf files? Open a PR to add it here.