Skip to content
Gemini CLI

KokoCallMCP for Gemini CLI

io.github.sugukurukabe/koko-call

Read-only MCP server for searching Japan government procurement bid information from the KKJ portal.

client:Gemini CLI transport:stdio runtime:npm

Install KokoCallMCP in Gemini CLI

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

{
  "mcpServers": {
    "koko-call": {
      "command": "npx",
      "args": [
        "-y",
        "koko-call-mcp"
      ]
    }
  }
}

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

KokoCallMCP in other clients