Skip to content
Cursor

Mellow Tapir Radio Spectrum Guide for Cursor

io.github.guycole/mellow-tapir

Explore likely radio services, channels, and emissions from 108 MHz to 1 GHz.

client:Cursor transport:stdio runtime:oci

Install Mellow Tapir Radio Spectrum Guide in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

{
  "mcpServers": {
    "mellow-tapir": {
      "type": "stdio",
      "command": "docker",
      "args": [
        "run",
        "-i",
        "--rm",
        "ghcr.io/guycole/mellow-tapir-mcp:1.0.2"
      ]
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

Mellow Tapir Radio Spectrum Guide in other clients