Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.konbiniapi.com/llms.txt

Use this file to discover all available pages before exploring further.

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

In the Gemini CLI, run the following command:
/mcp auth konbiniapi
Confirm the prompt, then complete the browser sign-in flow to grant KonbiniAPI access.