Skip to content
Gemini CLI

nexflow smf for Gemini CLI

io.github.moejeaux/nexflow-smf

Smart Meta-Facilitator for x402 payments on Base: route, verify, and settle payments.

client:Gemini CLI transport:stdio runtime:npm

Install nexflow smf 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": {
    "nexflow-smf": {
      "command": "npx",
      "args": [
        "-y",
        "@nexflow-smf/smf"
      ],
      "env": {
        "NEXFLOW_API_KEY": "<NEXFLOW_API_KEY>",
        "NEXFLOW_BASE_URL": "<NEXFLOW_BASE_URL>"
      }
    }
  }
}

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

nexflow smf in other clients