Odel
Grok FAF

Grok FAF

Local
@wolfe-jam17TypeScriptMITUpdated 1w ago

Persistent project context for xAI Grok. IANA-registered .faf format.

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).

npmgrok-faf-mcpv1.10.0

Run

npx -y grok-faf-mcp

MCP client config

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