Integration guides and resources for using Gemini CLI and Miro AI in software development and project management.

Install Gemini CLI

To install Gemini CLI, follow the instructions provided in the official documentation:

Miro AI

Gemini CLI uses a global configuration file ~/.gemini/settings.json:

{
  "security": {
    "auth": {
      "selectedType": "oauth-personal"
    }
  },
  "mcpServers": {
    "miro": {
      "url": "https://mcp.miro.com/"
    }
  }
}

Run the following command to authenticate with Miro:

gemini /mcp auth

Miro AI Resources