Gemini FAF for Cursor
one.faf/gemini-faf-mcp
Persistent project context for Google Gemini. Python/FastMCP. IANA-registered .faf format.
client:Cursor
transport:stdio
runtime:pypi
Install Gemini FAF in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"gemini-faf-mcp": {
"type": "stdio",
"command": "uvx",
"args": [
"gemini-faf-mcp"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs