Back to MCP Servers

Faf

Universal persistent project context for Cursor, Windsurf, Cline, VS Code, and all MCP-compatible platforms (including Claude Desktop). IANA-registered format (application/vnd.faf+yaml). 17 native tools, AI-readiness scoring.

developer-toolsai

Installation

npx -y faf-mcp

Configuration

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

How to use

  1. Run the installation command above (if needed)
  2. Open your Claude Code settings file (~/.claude/settings.json)
  3. Add the configuration to the mcpServers section
  4. Restart Claude Code to apply changes
View source on GitHub