Skip to content
Zed

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

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "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

QuickerSpot MCP Server in other clients