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).
Run
npx -y grok-faf-mcp
MCP client config
{
"mcpServers": {
"grok-faf": {
"command": "npx",
"args": [
"-y",
"grok-faf-mcp"
]
}
}
}