Skip to content
Windsurf

.FAF Context for Windsurf

one.faf/faf-mcp

.FAF Context — persistent project context for Cursor, VS Code and every MCP-compatible IDE.

client:Windsurf transport:stdio runtime:npm

Install .FAF Context in Windsurf

~/.codeium/windsurf/mcp_config.json · windows: %USERPROFILE%\.codeium\windsurf\mcp_config.json

{
  "mcpServers": {
    "faf-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "faf-mcp"
      ]
    }
  }
}

Global only — Windsurf has no per-project MCP config. Refresh Cascade after saving. Windsurf docs

.FAF Context in other clients