.FAF Context for Claude Desktop
one.faf/faf-mcp
.FAF Context — persistent project context for Cursor, VS Code and every MCP-compatible IDE.
client:Claude Desktop
transport:stdio
runtime:npm
Install .FAF Context in Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json
{
"mcpServers": {
"faf-mcp": {
"command": "npx",
"args": [
"-y",
"faf-mcp"
]
}
}
}
Settings → Developer → Edit Config opens this file. Restart the app after saving. Claude Desktop docs