PluginBench
MCP Server
Active
MIT

Gemini FAF MCP Server

one.faf/gemini-faf-mcp

What is the Gemini FAF MCP server?

Persistent project context for Google Gemini. Python/FastMCP. IANA-registered .faf format.

How to install Gemini FAF

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": {
    "gemini-faf-mcp": {
      "command": "uvx",
      "args": [
        "gemini-faf-mcp"
      ]
    }
  }
}
Cursor
~/.cursor/mcp.json
{
  "mcpServers": {
    "gemini-faf-mcp": {
      "command": "uvx",
      "args": [
        "gemini-faf-mcp"
      ]
    }
  }
}
Windsurf
~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "gemini-faf-mcp": {
      "command": "uvx",
      "args": [
        "gemini-faf-mcp"
      ]
    }
  }
}
VS Code
.vscode/mcp.json
{
  "servers": {
    "gemini-faf-mcp": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "gemini-faf-mcp"
      ]
    }
  }
}
Claude Code
claude mcp add gemini-faf-mcp -- uvx gemini-faf-mcp

Related MCP servers

Persistent project context for Claude. IANA-registered .faf format.

17
TypeScript
MIT
View repository →

Grok FAF

Active

Persistent project context for xAI Grok. IANA-registered .faf format.

17
TypeScript
MIT
View repository →

Dedicated IDE Edition. Persistent project context for Cursor, Windsurf, Cline, VS Code.

3
TypeScript
MIT
View repository →

Rust FAF

Active

Persistent project context — Rust-native MCP server. IANA-registered .faf format.

3
Rust
MIT
View repository →

F1-grade MCP certification. 52 tests, 9 tiers (49 scored + T9 Receipt validation). Ecosystem: #2759

View repository →