HumMatch for Gemini CLI
me.hummatch/hummatch
Match singers to songs by vocal range: score fit, karaoke difficulty, and voice type.
client:Gemini CLI
transport:streamable-http
tools:5
Install HumMatch in Gemini CLI
~/.gemini/settings.json · windows: %USERPROFILE%\.gemini\settings.json
{
"mcpServers": {
"hummatch": {
"httpUrl": "https://hummatch.me/api/mcp"
}
}
}
Gemini expands $VAR and ${VAR} inside env values, so a secret can live in your shell rather than this file. Gemini CLI docs