MCP Catalogs
Homegrok-faf-mcp screenshot

grok-faf-mcp

by Wolfe-Jam·16·Score 45

Persistent project context for xAI Grok using IANA-registered .faf format with URL-based MCP server.

ai-llmdeveloper-toolsproductivity
1
Forks
1
Open issues
this month
Last commit
2d ago
Indexed

Overview

grok-faf-mcp is an MCP server that provides persistent project context for xAI Grok through the FAST⚡️AF (.faf) format. It implements a zero-configuration MCP server that can be deployed via URL, allowing Grok to maintain project context across sessions. The server offers 21 core MCP tools for project initialization, context synchronization, file operations, and RAG-powered context retrieval.

Try asking AI

After installing, here are 5 things you can ask your AI assistant:

you:Persistent project context for Grok development sessions
you:Zero-configuration MCP deployment via URL
you:Project initialization and context scoring
you:What is the .faf format?
you:How do I create a .faf file for my project?

When to choose this

Choose this server if you're working with xAI Grok and need persistent project context without repetitive explanations, especially for teams maintaining consistent understanding across multiple sessions.

When NOT to choose this

Don't choose this if you need write access to your project files (this is primarily a read-context server) or if you're working with AI platforms other than Grok/xAI.

Tools this server exposes

12 tools extracted from the README
  • faf_init

    Create project.faf from your project

  • faf_auto

    Auto-detect stack and populate context

  • faf_score

    AI-readiness score (0-100%) with breakdown

  • faf_status

    Check current AI-readability

  • faf_enhance

    Intelligent enhancement

  • faf_sync

    Sync .faf → CLAUDE.md

  • faf_bi_sync

    Bi-directional .faf ↔ platform context

  • faf_trust

    Validate .faf integrity

  • faf_read

    Read any file

  • faf_write

    Write any file

  • faf_list

    Discover projects with .faf files

  • rag_query

    RAG-powered context retrieval

Comparable tools

claude-faf-mcpgemini-faf-mcpfaf-cli

Installation

Installation

Option 1: Hosted (Instant)

Use the pre-deployed server:

https://grok-faf-mcp.vercel.app/sse

Option 2: Self-Deploy (Vercel)

Click the Deploy with Vercel button in the README or deploy directly:

vercel github.com/Wolfe-Jam/grok-faf-mcp

Option 3: Local Execution

npx grok-faf-mcp

Integration with Claude Desktop

Add to your Claude Desktop config.json:

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

FAQ

What is the .faf format?
The .faf (FAST⚡️AF) format is an IANA-registered YAML format for persistent project context that helps AI agents understand project structure, goals, and technology stack.
How do I create a .faf file for my project?
Use the `faf_auto` command which automatically detects your project structure and creates a project.faf file with context about your stack, goals, and technology choices.

Compare grok-faf-mcp with

GitHub →

Last updated · Auto-generated from public README + GitHub signals.