Skip to content
Gemini CLI

Iteration Layer for Gemini CLI

com.iterationlayer/mcp

Composable APIs for document extraction, image transformation, and document & sheet generation.

client:Gemini CLI transport:streamable-http

Install Iteration Layer in Gemini CLI

~/.gemini/settings.json · windows: %USERPROFILE%\.gemini\settings.json

{
  "mcpServers": {
    "mcp": {
      "httpUrl": "https://api.iterationlayer.com/mcp"
    }
  }
}

Gemini expands $VAR and ${VAR} inside env values, so a secret can live in your shell rather than this file. Gemini CLI docs

Iteration Layer in other clients