QuickerSpot MCP Server for Zed
io.github.raphaelinacio/quickerspot-mcp
Servidor MCP do QuickerSpot para vinhetas, rádio indoor e sonorização comercial com IA.
client:Zed
transport:stdio
runtime:pypi
Install QuickerSpot MCP Server in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"quickerspot-mcp": {
"command": "uvx",
"args": [
"quickerspot-mcp"
],
"env": {
"QUICKERSPOT_API_KEY": "<QUICKERSPOT_API_KEY>",
"QUICKERSPOT_API_URL": "<QUICKERSPOT_API_URL>"
}
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs