SSTV Decoder for Claude Desktop
com.bonissystems/sstv-decoder
Decode an SSTV audio recording and anchor its fingerprint and image hash to the Knox event chain.
client:Claude Desktop
transport:streamable-http
tools:2
Install SSTV Decoder in Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json
{
"mcpServers": {
"sstv-decoder": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://bonissystems.com/api/knox/agents/sstv-decoder/mcp"
]
}
}
}
Claude Desktop has no remote transport in its config file, so this bridges through mcp-remote. Restart the app after saving. Claude Desktop docs