Skip to content
Gemini CLI

paystack mcp for Gemini CLI

io.github.tracentdev/paystack-mcp

Agent-callable Paystack for African commerce. Ten tools, integer-kobo money, NDPA-compliant.

client:Gemini CLI transport:stdio runtime:npm

Install paystack 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": {
    "paystack-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@tracent/paystack-mcp"
      ],
      "env": {
        "PAYSTACK_SECRET_KEY": "<PAYSTACK_SECRET_KEY>"
      }
    }
  }
}

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

paystack mcp in other clients