Gemini CLI
Connect xpay✦ Tools to Gemini CLI .
Prerequisites
- Gemini CLI installed
- An xpay API key
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— usingurlwill not work
Last updated on: