Skip to content
Grok

seoul essentials for Grok

io.github.do-droid/seoul-essentials

22,000+ Seoul public facility data for tourists: restrooms, pharmacies, WiFi, AEDs, and subway.

client:Grok transport:stdio runtime:oci

Install seoul essentials in Grok

.mcp.json (in your project root)

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

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

seoul essentials in other clients