Skip to content
Zed

hamqth mcp for Zed

io.github.qso-graph/hamqth-mcp

HamQTH.com MCP server. Free callsign lookup, DX spots, RBN data, SAVP verification.

client:Zed transport:stdio runtime:pypi

Install hamqth mcp in Zed

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

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

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

hamqth mcp in other clients