link followability for Gemini CLI
com.handsofflinks/link-followability
Check if a link on a live page is followable: rel tokens, meta robots and X-Robots-Tag
client:Gemini CLI
transport:streamable-http
tools:1
Install link followability in Gemini CLI
~/.gemini/settings.json · windows: %USERPROFILE%\.gemini\settings.json
{
"mcpServers": {
"link-followability": {
"httpUrl": "https://handsofflinks-mcp.lipmichal.workers.dev"
}
}
}
Gemini expands $VAR and ${VAR} inside env values, so a secret can live in your shell rather than this file. Gemini CLI docs