Skip to content
Gemini CLI

Inlay for Gemini CLI

io.github.cartoonitunes/inlay

Make any website discoverable by AI agents via MCP, llms.txt, and structured data.

client:Gemini CLI transport:streamable-http

Install Inlay in Gemini CLI

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

{
  "mcpServers": {
    "inlay": {
      "httpUrl": "https://inlay.dev/api/mcp/{site_key}"
    }
  }
}

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

Inlay in other clients