Tactual for Gemini CLI
io.github.tactual-dev/tactual
Screen-reader navigation cost analyzer. Scores AT user effort to find, reach, and operate content.
client:Gemini CLI
transport:stdio
runtime:npm
Install Tactual in Gemini CLI
~/.gemini/settings.json · windows: %USERPROFILE%\.gemini\settings.json
{
"mcpServers": {
"tactual": {
"command": "npx",
"args": [
"-y",
"tactual"
]
}
}
}
Gemini expands $VAR and ${VAR} inside env values, so a secret can live in your shell rather than this file. Gemini CLI docs