SSTV Decoder for Gemini CLI
com.bonissystems/sstv-decoder
Decode an SSTV audio recording and anchor its fingerprint and image hash to the Knox event chain.
client:Gemini CLI
transport:streamable-http
tools:2
Install SSTV Decoder in Gemini CLI
~/.gemini/settings.json · windows: %USERPROFILE%\.gemini\settings.json
{
"mcpServers": {
"sstv-decoder": {
"httpUrl": "https://bonissystems.com/api/knox/agents/sstv-decoder/mcp"
}
}
}
Gemini expands $VAR and ${VAR} inside env values, so a secret can live in your shell rather than this file. Gemini CLI docs