busan essentials for VS Code
io.github.do-droid/busan-essentials
Find the nearest restroom, pharmacy, WiFi, or AED in Busan, Korea. 8,680 places, Korean+English.
client:VS Code
transport:stdio
runtime:oci
Install busan essentials in VS Code
.vscode/mcp.json
{
"servers": {
"busan-essentials": {
"type": "stdio",
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/do-droid/busan-essentials:0.1.1"
]
}
}
}
Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs