mcp x402 accept for Gemini CLI
io.github.cryptoapis-io/mcp-x402-accept
Self-hosted MCP proxy that puts an x402 paywall in front of an existing MCP server
client:Gemini CLI
transport:stdio
runtime:npm
Install mcp x402 accept in Gemini CLI
~/.gemini/settings.json · windows: %USERPROFILE%\.gemini\settings.json
{
"mcpServers": {
"mcp-x402-accept": {
"command": "npx",
"args": [
"-y",
"@cryptoapis-io/mcp-x402-accept"
]
}
}
}
Gemini expands $VAR and ${VAR} inside env values, so a secret can live in your shell rather than this file. Gemini CLI docs