Sonilo Music & Sound Effects for Gemini CLI
io.github.sonilo-ai/sonilo-mcp
Licensed soundtracks and sound effects matched to your video. Commercial use OK.
client:Gemini CLI
transport:stdio
runtime:pypi
Install Sonilo Music & Sound Effects in Gemini CLI
~/.gemini/settings.json · windows: %USERPROFILE%\.gemini\settings.json
{
"mcpServers": {
"sonilo-mcp": {
"command": "uvx",
"args": [
"sonilo-mcp"
],
"env": {
"SONILO_API_KEY": "<SONILO_API_KEY>",
"SONILO_API_URL": "<SONILO_API_URL>",
"SONILO_MCP_BASE_PATH": "<SONILO_MCP_BASE_PATH>",
"TIME_OUT_SECONDS": "<TIME_OUT_SECONDS>"
}
}
}
}
Gemini expands $VAR and ${VAR} inside env values, so a secret can live in your shell rather than this file. Gemini CLI docs