Skip to content
Windsurf

publicdata kr for Windsurf

io.github.fieldcure/publicdata-kr

Korean public data API gateway for discovering and calling data.go.kr APIs from MCP clients.

client:Windsurf transport:stdio runtime:nuget

Install publicdata kr in Windsurf

~/.codeium/windsurf/mcp_config.json · windows: %USERPROFILE%\.codeium\windsurf\mcp_config.json

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

{
  "mcpServers": {
    "publicdata-kr": {
      "command": "dnx",
      "args": [
        "FieldCure.Mcp.PublicData.Kr",
        "--yes"
      ],
      "env": {
        "DATA_GO_KR_API_KEY": "<DATA_GO_KR_API_KEY>",
        "PUBLICDATA_TIMEOUT_SECONDS": "<PUBLICDATA_TIMEOUT_SECONDS>",
        "PUBLICDATA_MAX_RESPONSE_LENGTH": "<PUBLICDATA_MAX_RESPONSE_LENGTH>"
      }
    }
  }
}

Global only — Windsurf has no per-project MCP config. Refresh Cascade after saving. Windsurf docs

publicdata kr in other clients