Skip to content
Gemini CLI

interline for Gemini CLI

io.github.choppaaahh/interline

Neutral, non-custodial MCP payment router: discover rails, then pay across them.

client:Gemini CLI transport:stdio runtime:pypi

Install interline 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": {
    "interline": {
      "command": "uvx",
      "args": [
        "interline"
      ],
      "env": {
        "APV0_BUYER_PRIVATE_KEY": "<APV0_BUYER_PRIVATE_KEY>",
        "APV0_NETWORK": "<APV0_NETWORK>"
      }
    }
  }
}

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

interline in other clients