Odel
.FAF Context

.FAF Context

Local
@wolfe-jam6TypeScriptMITUpdated 5 days ago

Dedicated IDE Edition. Persistent project context for Cursor, Windsurf, Cline, VS Code.

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

npmfaf-mcpv2.3.1

Run

npx -y faf-mcp

MCP client config

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