Skip to main content
The Gemini CLI supports MCP servers via HTTP with OAuth.
1

Edit the Gemini CLI config

Open or create ~/.gemini/settings.json and add the following:
{
  "mcpServers": {
    "konbiniapi": {
      "httpUrl": "https://mcp.konbiniapi.com",
      "timeout": 10000
    }
  }
}
2

Authorize

On first use, the Gemini CLI will open a browser window to log in to KonbiniAPI and grant access.