publicdata kr for Cursor
io.github.fieldcure/publicdata-kr
Korean public data API gateway for discovering and calling data.go.kr APIs from MCP clients.
client:Cursor
transport:stdio
runtime:nuget
Install publicdata kr in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"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>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs