Odel
Gemini FAF

Gemini FAF

Local
@wolfe-jam2PythonMITUpdated 2w ago

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

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

PyPIgemini-faf-mcpv2.6.0

Run

uvx gemini-faf-mcp

MCP client config

{
  "mcpServers": {
    "gemini-faf": {
      "command": "uvx",
      "args": [
        "gemini-faf-mcp"
      ]
    }
  }
}