MCP server for xAI Grok — read and serve .faf project context. npm: grok-faf-mcp
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"grok-faf-mcp": {
"command": "npx",
"args": [
"-y",
"Wolfe-Jam/grok-faf-mcp"
]
}
}
}
Run in terminal:
claude mcp add grok-faf-mcp npx -y Wolfe-Jam/grok-faf-mcp
Add to .cursor/mcp.json:
{
"mcpServers": {
"grok-faf-mcp": {
"command": "npx",
"args": [
"-y",
"Wolfe-Jam/grok-faf-mcp"
]
}
}
}