Skip to content
Grok

busan essentials for Grok

io.github.do-droid/busan-essentials

Find the nearest restroom, pharmacy, WiFi, or AED in Busan, Korea. 8,680 places, Korean+English.

client:Grok transport:stdio runtime:oci

Install busan essentials in Grok

.mcp.json (in your project root)

{
  "mcpServers": {
    "busan-essentials": {
      "type": "stdio",
      "command": "docker",
      "args": [
        "run",
        "-i",
        "--rm",
        "ghcr.io/do-droid/busan-essentials:0.1.1"
      ]
    }
  }
}

Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs

busan essentials in other clients