mcp for Gemini CLI
online.fileshareforagents/mcp
Storage and file sharing for AI agents. No account, no API key: $0.01 USDC per call (x402, Base).
client:Gemini CLI
transport:stdio
runtime:npm
Install mcp in Gemini CLI
~/.gemini/settings.json · windows: %USERPROFILE%\.gemini\settings.json
{
"mcpServers": {
"mcp": {
"command": "npx",
"args": [
"-y",
"fileshareforagents-mcp"
],
"env": {
"WALLET_KEY": "<WALLET_KEY>",
"FILESHARE_NETWORK": "<FILESHARE_NETWORK>"
}
}
}
}
Gemini expands $VAR and ${VAR} inside env values, so a secret can live in your shell rather than this file. Gemini CLI docs