busan essentials for Zed
io.github.do-droid/busan-essentials
Find the nearest restroom, pharmacy, WiFi, or AED in Busan, Korea. 8,680 places, Korean+English.
client:Zed
transport:stdio
runtime:oci
Install busan essentials in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"busan-essentials": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/do-droid/busan-essentials:0.1.1"
]
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs