Skip to content
Gemini CLI

mcportal for Gemini CLI

io.github.yonghwan1106/mcportal

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

client:Gemini CLI transport:stdio runtime:pypi

Install mcportal in Gemini CLI

~/.gemini/settings.json · windows: %USERPROFILE%\.gemini\settings.json

{
  "mcpServers": {
    "mcportal": {
      "command": "uvx",
      "args": [
        "mcportal"
      ]
    }
  }
}

Gemini expands $VAR and ${VAR} inside env values, so a secret can live in your shell rather than this file. Gemini CLI docs

mcportal in other clients