What is the .FAF Context MCP server?
Dedicated IDE Edition. Persistent project context for Cursor, Windsurf, Cline, VS Code.
How to install .FAF Context
Copy-paste configuration for popular MCP clients.
transport: stdio
Config generated by PluginBench — verify against the source before use.Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"faf-mcp": {
"command": "npx",
"args": [
"-y",
"faf-mcp"
]
}
}
}Cursor
~/.cursor/mcp.json
{
"mcpServers": {
"faf-mcp": {
"command": "npx",
"args": [
"-y",
"faf-mcp"
]
}
}
}Windsurf
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"faf-mcp": {
"command": "npx",
"args": [
"-y",
"faf-mcp"
]
}
}
}VS Code
.vscode/mcp.json
{
"servers": {
"faf-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"faf-mcp"
]
}
}
}Claude Code
claude mcp add faf-mcp -- npx -y faf-mcpRelated MCP servers
Claude FAF
Active
Persistent project context for Claude. IANA-registered .faf format.
17
View repository →TypeScript
MIT
Grok FAF
Active
Persistent project context for xAI Grok. IANA-registered .faf format.
17
View repository →TypeScript
MIT