Sonilo Music & Sound Effects for Zed
io.github.sonilo-ai/sonilo-mcp
Licensed soundtracks and sound effects matched to your video. Commercial use OK.
client:Zed
transport:stdio
runtime:pypi
Install Sonilo Music & Sound Effects in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"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>"
}
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs