Skip to Content
🚀 {xpay✦} is building the future of x402 payments - Join the developer beta →

Gemini CLI

Connect xpay✦ Tools to Gemini CLI .

Prerequisites

Setup

Add to ~/.gemini/settings.json:

Master Server (all tools)

{ "mcpServers": { "xpay": { "uri": "https://mcp.xpay.sh/mcp?key=YOUR_API_KEY" } } }

Single Provider

{ "mcpServers": { "firecrawl": { "uri": "https://firecrawl.mcp.xpay.sh/mcp?key=YOUR_API_KEY" } } }

Collection

{ "mcpServers": { "dev-tools": { "uri": "https://devtools.mcp.xpay.sh/mcp?key=YOUR_API_KEY" } } }

Note: Gemini CLI uses uri instead of url.

Verify

Start a new Gemini CLI session and ask about available tools.

Troubleshooting

  • Config not loading: Ensure the JSON is valid and the file is at ~/.gemini/settings.json
  • “uri” vs “url”: Gemini CLI requires uri — using url will not work
Last updated on: