llms.txt for agents for Gemini CLI
io.github.ux-xd/llms-txt
Any site's llms.txt: find the covering index, read its linked docs as markdown, search sections.
client:Gemini CLI
transport:streamable-http
Install llms.txt for agents in Gemini CLI
~/.gemini/settings.json · windows: %USERPROFILE%\.gemini\settings.json
{
"mcpServers": {
"llms-txt": {
"httpUrl": "https://llmstxtmcp.dev/mcp"
}
}
}
Gemini expands $VAR and ${VAR} inside env values, so a secret can live in your shell rather than this file. Gemini CLI docs