Gemini CLI integration commands.
- me gemini install -- register
meas an MCP server with Gemini CLI
Register me as an MCP server with Gemini CLI.
me gemini install [options]
| Option | Description |
|---|---|
--api-key <key> |
API key to embed in the MCP config. |
--server <url> |
Server URL to embed in the MCP config. |
-s, --scope <scope> |
Gemini CLI config scope: user or project. Default: user. |
If no --api-key or --server is provided, values are resolved from ~/.config/me/credentials.yaml (set by me login and me engine use).
For manual MCP client configuration, see MCP Integration.