Direct AI Integration • 800+ Weekly Downloads
The Model Context Protocol (MCP) is an open-source protocol that enables seamless integration between AI assistants and external data sources. The .faf MCP server allows Claude Desktop to directly read and understand your project's .faf files, providing instant context about your codebase.
Claude automatically understands your project structure
All processing happens on your machine
Built directly into Claude Desktop
npm install -g claude-faf-mcp
Add to your Claude Desktop config:
{ "mcpServers": { "faf": { "command": "npx", "args": ["@faf/mcp-server"] } } }
The .faf MCP server will now automatically provide context
Claude understands your entire project structure, dependencies, and configurations instantly
No more copying and pasting context. Claude reads .faf files directly
Changes to your .faf files are immediately available to Claude
Your code never leaves your machine. All processing is local