Setting the file. One moment.
Subchapter 5.16
references/setup/gemini_cli.mdMarkdown2 KBView on GitHub
To get the most out of Firebase in the Gemini CLI, follow these steps to install the agent extension and the MCP server.
The best way to get both the agent skills and the MCP server is via the Gemini extension.
Check if the extension is already installed before proceeding:
gemini extensions list. If the output
includes firebase, the extension is already installed.gemini extensions install https://github.com/firebase/agent-skillsgemini mcp list -> Output should include firebase-tools.gemini skills list -> Output should include firebase-basic.If the user only wants to use the MCP server for the current project:
gemini mcp list. If the output
includes firebase-tools, the MCP server is already configured.gemini mcp add -e IS_GEMINI_CLI_EXTENSION=true firebase npx -y firebase-tools@latest mcpgemini mcp list to confirm
firebase-tools is connected.