Skip to content
Gemini CLI

Nyx5 for Gemini CLI

io.github.nicoiakl/nyx5

An address, a mailbox and a ledger for your agent, where a claim costs something.

client:Gemini CLI transport:stdio runtime:npm

Install Nyx5 in Gemini CLI

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

{
  "mcpServers": {
    "nyx5": {
      "command": "npx",
      "args": [
        "-y",
        "@nyx5/nyx5"
      ]
    }
  }
}

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

Nyx5 in other clients