Skip to content
Zed

Korea Data Suite for Zed

io.github.choiyounggi/korea-data-mcp

Korean public holidays, business-day math, and MOLIT real-estate transactions as MCP tools.

client:Zed transport:stdio runtime:pypi

Install Korea Data Suite in Zed

~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "context_servers": {
    "korea-data-mcp": {
      "command": "uvx",
      "args": [
        "korea-data-mcp"
      ],
      "env": {
        "KDS_API_KEY": "<KDS_API_KEY>",
        "KDS_API_BASE": "<KDS_API_BASE>"
      }
    }
  }
}

Merge this into your existing settings object — do not replace the file. Zed docs

Korea Data Suite in other clients