publicdata kr for Grok
io.github.fieldcure/publicdata-kr
Korean public data API gateway for discovering and calling data.go.kr APIs from MCP clients.
client:Grok
transport:stdio
runtime:nuget
Install publicdata kr in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"publicdata-kr": {
"type": "stdio",
"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>"
}
}
}
}
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