← Back to Home

Model Context Protocol

Direct AI Integration • 800+ Weekly Downloads

What is MCP?

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.

Instant Context

Claude automatically understands your project structure

🔒

Local & Secure

All processing happens on your machine

🤖

Native Integration

Built directly into Claude Desktop

Quick Setup

1

Install Claude Desktop

Download the latest version from Anthropic

Download Claude Desktop →
2

Install .faf MCP Server

npm install -g claude-faf-mcp
3

Configure Claude Desktop

Add to your Claude Desktop config:

{
  "mcpServers": {
    "faf": {
      "command": "npx",
      "args": ["@faf/mcp-server"]
    }
  }
}
4

Restart Claude Desktop

The .faf MCP server will now automatically provide context

Why Use MCP?

🎯 Perfect Context

Claude understands your entire project structure, dependencies, and configurations instantly

⌚ Save Time

No more copying and pasting context. Claude reads .faf files directly

🔄 Stay in Sync

Changes to your .faf files are immediately available to Claude

🛡️ Privacy First

Your code never leaves your machine. All processing is local