Skip to content
Gemini CLI

argus decision mcp for Gemini CLI

io.github.commet/argus-decision-mcp

Preserve a user-authorized judgment and append later answers. No model verdict or human score.

client:Gemini CLI transport:stdio runtime:npm

Install argus decision mcp 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": {
    "argus-decision-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "argus-decision-mcp"
      ],
      "env": {
        "ARGUS_DIR": "<ARGUS_DIR>",
        "ARGUS_TOKEN": "<ARGUS_TOKEN>",
        "ARGUS_TZ": "<ARGUS_TZ>"
      }
    }
  }
}

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

argus decision mcp in other clients