Skip to content
Cursor

.FAF Context for Cursor

one.faf/faf-mcp

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

client:Cursor transport:stdio runtime:npm

Install .FAF Context in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

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

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

.FAF Context in other clients