- Home
- MCP servers
- Grok FAF
Grok FAF
- javascript
15
GitHub Stars
javascript
Language
4 months ago
First Indexed
2 months ago
Catalog Refreshed
Documentation & install
Readme and setup notes from the catalogue, plus a client-ready config you can copy for your MCP host.
You can access the GROK FAF MCP server over HTTP-SSE for rapid, zero-configuration context delivery to your Grok integration, or run it locally via a simple command. It provides ready-to-use tools and a fast, persistent project context to improve AI-assisted workflows.
How to use
Connect your MCP client to the HTTP-SSE endpoint to use the server instantly. The primary endpoint is hosted at the SSE URL and exposes all available tools without extra setup.
How to install
Prerequisites you need before installing: Node.js and npm (or npx). Ensure you have internet access to install and run packages.
npm install -g grok-faf-mcp
Add to your MCP config
Use this example to connect to the MCP server from your MCP configuration. It shows a local, stdio-based runtime entry that invokes the MCP via npx.
{
"mcpServers": {
"grok-faf": {
"command": "npx",
"args": ["-y", "grok-faf-mcp"]
}
}
}
Available tools
faf_init
Initialize project FAF context by creating and validating the FAF project structure.
faf_score
Assess AI-readiness on a 0-100% scale to guide optimization decisions.
faf_quick
Create rapid, smart scaffolds or artifacts for a project with minimal setup.
faf_enhance
Apply intelligent enhancements to context or data to improve AI results.
faf_sync
Bi-directionally synchronize project context between sources and the MCP.
faf_read
Parse, validate, and extract FAF context data from inputs.
faf_write
Create or update FAF context with validation to ensure consistency.