Skip to content
Zed

wspr mcp for Zed

io.github.qso-graph/wspr-mcp

WSPR beacon analytics MCP server. Band openings, path analysis, solar correlation.

client:Zed transport:stdio runtime:pypi

Install wspr mcp in Zed

~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json

{
  "context_servers": {
    "wspr-mcp": {
      "command": "uvx",
      "args": [
        "wspr-mcp"
      ]
    }
  }
}

Merge this into your existing settings object — do not replace the file. Zed docs

wspr mcp in other clients