Skip to content
Gemini CLI

japan business operations for Gemini CLI

io.github.hiroshic9-png/japan-business-operations

Japan Operations OS for AI agents — 14 knowledge domains, 31 tools via REST+MCP.

client:Gemini CLI transport:stdio runtime:npm

Install japan business operations in Gemini CLI

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

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "japan-business-operations": {
      "command": "npx",
      "args": [
        "-y",
        "edition-mcp-server"
      ],
      "env": {
        "EDITION_API_URL": "<EDITION_API_URL>",
        "EDITION_API_KEY": "<EDITION_API_KEY>"
      }
    }
  }
}

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

japan business operations in other clients