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.
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:
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 READMEfaf_initCreate project.faf from your project
faf_autoAuto-detect stack and populate context
faf_scoreAI-readiness score (0-100%) with breakdown
faf_statusCheck current AI-readability
faf_enhanceIntelligent enhancement
faf_syncSync .faf → CLAUDE.md
faf_bi_syncBi-directional .faf ↔ platform context
faf_trustValidate .faf integrity
faf_readRead any file
faf_writeWrite any file
faf_listDiscover projects with .faf files
rag_queryRAG-powered context retrieval
Comparable tools
Installation
Installation
Option 1: Hosted (Instant)
Use the pre-deployed server:
https://grok-faf-mcp.vercel.app/sseOption 2: Self-Deploy (Vercel)
Click the Deploy with Vercel button in the README or deploy directly:
vercel github.com/Wolfe-Jam/grok-faf-mcpOption 3: Local Execution
npx grok-faf-mcpIntegration 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
Last updated · Auto-generated from public README + GitHub signals.