Universal project context for all MCP platforms. Auto-detects CLI, 50 MCP tools.
Universal project context for all MCP platforms. Auto-detects CLI, 50 MCP tools. The .faf mcp server wraps that behind the Model Context Protocol, so an assistant can use it through 14 defined tools rather than through you.
Everything the assistant can do here goes through one of these:
faf_agents — OpenAI Codexfaf_cursor — Cursor IDEfaf_gemini — Google Geminifaf_conductor — Conductorfaf_git — GitHubfaf_init — Initialize project.faffaf_score — Check AI-readiness (0-100%)faf_sync — Sync context across platformsfaf_bi_sync — Bi-directional .faf ↔ CLAUDE.mdfaf_read — Parse and validate FAF filesfaf_write — Create/update FAF with validationfaf_cloud_publish — Upload to mcpaas.liveBeing a remote server, there is no local install. You register the endpoint with your client, authorise it once, and the tools appear.
Plenty of developer tooling servers cover similar ground. The differences that matter in practice are scope of access and how much setup stands between you and a working tool call. .Faf's toolset — faf_agents, faf_cursor, faf_gemini and 11 more — is a fair guide to whether it matches your workflow. It is maintained by Wolfe-Jam; worth a glance at recent repository activity before you build anything load-bearing on it.
SyncDev reviews every entry in this directory against the project's own documentation before publishing, and revisits them as servers change.
| Tool | What it does |
|---|---|
| faf_agents | OpenAI Codex |
| faf_cursor | Cursor IDE |
| faf_gemini | Google Gemini |
| faf_conductor | Conductor |
| faf_git | GitHub |
| faf_init | Initialize project.faf |
| faf_score | Check AI-readiness (0-100%) |
| faf_sync | Sync context across platforms |
| faf_bi_sync | Bi-directional .faf ↔ CLAUDE.md |
| faf_read | Parse and validate FAF files |
| faf_write | Create/update FAF with validation |
| faf_cloud_publish | Upload to mcpaas.live |
| faf_cloud_fetch | Pull from cloud |
| faf_cloud_list | List souls |
Add to your MCP config:
```json
{"mcpServers": {"faf": {"command": "bunx", "args": ["faf-mcp"]}}}Configuration as documented by the project. Restart the client after saving.
Kill hallucinated APIs — version-accurate, up-to-date library documentation injected straight into context.
Microsoft's official browser automation server — drive a real browser through the accessibility tree, no screenshots needed.
GitHub's official server — repos, issues, pull requests, Actions and code security, straight from your assistant.
Issue tracking at the speed of conversation — Linear's official hosted server with OAuth and zero install.
Local repository surgery — status, diffs, commits, branches and history for any repo on disk.
Timezone sanity for AI — current time anywhere and correct conversions, without the model doing date math.