
grok-faf-mcp
io.github.Wolfe-Jam/grok-faf-mcp
First MCP server for Grok/xAI. URL-based access. 17 tools for .faf project context.
Documentation
grok-faf-mcp | FAST⚡️AF
Grok asked for MCP on a URL. This is it.
First MCP server built for Grok
URL-based • Zero config • Just works
For xAI Integration
.faf provides persistent project context for AI systems.
Benefits:
- Real context reduces hallucinations
- 19ms average execution
- IANA-registered format
- MIT licensed, no vendor lock-in
Ready for integration testing.
⚡ What You Get
URL: https://grok-faf-mcp.vercel.app/
Format: IANA-registered .faf (application/vnd.faf+yaml)
Tools: 17 MCP tools + 14 bundled commands
Speed: 19ms average execution
Status: FAST⚡️AF
MCP over HTTP-SSE. Point your Grok integration at the URL. That's it.
🚀 Quick Start
Option 1: URL-Based (Vercel)
https://grok-faf-mcp.vercel.app/sse
Point your MCP client to this endpoint. All tools available instantly.
Option 2: Local Install
npm install -g grok-faf-mcp
Add to your MCP config:
{
"mcpServers": {
"grok-faf": {
"command": "npx",
"args": ["-y", "grok-faf-mcp"]
}
}
}
🎯 Use Cases
AI Context Intelligence
Use FAF to initialize my project
Use FAF to score my AI-readiness
Use FAF to sync project context
Project DNA Management
- Persistent context in
project.faf - Cross-platform compatibility
- Human and AI readable
- IANA-registered standard
URL-Based MCP
- No installation required
- Instant access via Vercel
- Production-ready infrastructure
- Global edge deployment
🛠️ MCP Tools
Core Tools (17 Total)
faf_quick- Lightning-fast project.faf creation (3ms)faf_enhance- Intelligent enhancement with auto-detectionfaf_read- Parse and validate FAF filesfaf_write- Create/update FAF with validationfaf_score- AI-readiness scoring (0-100%)faf_sync- Bi-directional CLAUDE.md syncfaf_status- Health check and diagnosticsfaf_init- Initialize new FAF projectfaf_trust- Verify integrityfaf_bi_sync- Platform context mirroringfaf_clear- Reset and cleanupfaf_debug- Verbose diagnosticsfaf_list- Show all available toolsfaf_chat- Interactive assistancefaf_friday- Project summariesfaf_guide- Documentation accessfaf_about- Server information
Bundled Commands (14 Total)
Direct TypeScript function calls - 16.2x faster than CLI subprocess spawning:
audit- Security and quality checksauto- Automated workflowsbi-sync- Bidirectional synchronizationdoctor- Diagnostic and repairenhance- Context enhancementformats- Format detectioninit- Project initializationinnit- Quick initializationmigrate- Version migrationquick- Fast operationsscore- AI-readiness scoringsync- Context synchronizationupdate- Version updatesvalidate- Validation checks
📊 Performance
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
⚡ FAST AF PERFORMANCE METRICS
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
Execution Speed: 19ms average
Fastest Command: 1ms (formats)
CLI Speedup: 16.2x faster
Memory Footprint: Zero leaks
Bundled Operations: 14 commands
Transport: HTTP-SSE (Vercel)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
Why Fast?
- Direct function calls (no subprocess spawning)
- TypeScript strict mode
- Zero external dependencies for core operations
- Global edge deployment via Vercel
🏆 Why grok-faf-mcp?
Built for Grok
- First MCP server responding to Grok's URL request
- Optimized for xAI integration
- Production-ready Vercel deployment
- FAST⚡️AF execution philosophy
IANA-Registered Format
- Official MIME type:
application/vnd.faf+yaml - W3C-compliant structured format
- Universal AI context protocol
- Cross-platform compatibility
F1-Inspired Engineering
- Performance-first design
- TypeScript strict mode
- Zero runtime errors
- Battle-tested in production
FREE FOREVER
- MIT License
- Open source
- No subscription
- No strings attached
🔗 Endpoints
Production (Vercel):
- Root:
https://grok-faf-mcp.vercel.app/ - Health:
https://grok-faf-mcp.vercel.app/health - Info:
https://grok-faf-mcp.vercel.app/info - SSE:
https://grok-faf-mcp.vercel.app/sse
Local Development:
npm run dev:http
# Server: http://localhost:3001
# SSE: http://localhost:3001/sse
📦 Ecosystem
Built on the FAF (Foundational AI-context Format) ecosystem:
- FAF Format Spec - Official IANA specification
- FAF CLI - Command-line tooling
- faf-mcp - Universal MCP server
- claude-faf-mcp - Claude Desktop-specific
- faf.one - Official website
💬 Community
- Discord - Join the conversation
- GitHub Issues - Report bugs, request features
- Chrome Extension - Browser integration
📄 License
MIT License - Free and open source
Built for Grok. Built for Speed. Built Right.
FAST⚡️AF • First to Ship • Zero Friction
URL-based MCP. Exactly what you asked for.
Built with F1-inspired engineering principles 🏎️⚡
grok-faf-mcpnpm install grok-faf-mcp