Skip to content
VS Code

mcportal for VS Code

io.github.yonghwan1106/mcportal

Quota-guarded MCP layer over Korean public data APIs (data.go.kr), compiled from OpenAPI specs

client:VS Code transport:stdio runtime:pypi

Install mcportal in VS Code

.vscode/mcp.json

{
  "servers": {
    "mcportal": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "mcportal"
      ]
    }
  }
}

Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs

mcportal in other clients