Documentation/
mcp integration
/Gemini CLI

Gemini CLI

Adding the Caffeinated Wardrobe MCP server to the Gemini CLI

Updated September 30, 2025

You can add the Caffeinated Wardrobe MCP server to the Gemini CLI in one of three ways. The simplest is to install it globally via the command:

Bash
gemini mcp add --transport http caffeinated-wardrobe https://api.caffeinatedwardrobe.com/mcp

You can also add it to your global settings file in ~/.gemini/settings.json or a project- or directory-specific config file at .gemini/settings.json . In either case, you want to add or update the mcpServers section so that it looks like this:

JSON
"mcpServers": {
    "caffeinated-wardrobe": {
      "httpUrl": "https://api.caffeinatedwardrobe.com/mcp"
    }

When you start the gemini CLI, if it doesn't immediate prompt you for authentication, type /mcp auth caffeinated-wardrobe . You should then see the prompt to allow Gemini to access your Caffeinated Wardrobe account:

The OAuth consent screen to allow Gemini CLI access to a Caffeinated Wardrobe account

Just click "Allow", and return to Gemini.