RepeaterBook for Zed
io.github.micaeljarniac/repeaterbook
Look up amateur radio repeaters from RepeaterBook.com by location, band, and mode.
client:Zed
transport:stdio
runtime:pypi
Install RepeaterBook in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"repeaterbook": {
"command": "uvx",
"args": [
"repeaterbook"
],
"env": {
"REPEATERBOOK_APP_TOKEN": "<REPEATERBOOK_APP_TOKEN>",
"REPEATERBOOK_WORKING_DIR": "<REPEATERBOOK_WORKING_DIR>",
"REPEATERBOOK_APP_CONTACT": "<REPEATERBOOK_APP_CONTACT>"
}
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs