The Gemini CLI supports MCP servers via HTTP with OAuth.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.
Use KonbiniAPI from ChatGPT, Claude, Cursor, Zapier, and other AI agents and automation tools — no code needed. See all integrations →
Connect KonbiniAPI to the Gemini CLI using the Model Context Protocol.
The Gemini CLI supports MCP servers via HTTP with OAuth.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.
Edit the Gemini CLI config
~/.gemini/settings.json and add the following:{
"mcpServers": {
"konbiniapi": {
"httpUrl": "https://mcp.konbiniapi.com",
"timeout": 10000
}
}
}