Gemini CLI Integration
Connect Gemini CLI to 2,500+ apps via Mushrooms MCP
Overview
Mushrooms is viaSocket's MCP server platform. Connect Google's Gemini CLI to Mushrooms to enable powerful real-world automation — directly from your command line.
Installing Gemini CLI
First, set up Gemini CLI if you haven't already.
Configuring Mushrooms MCP in Gemini CLI
Create or edit your
settings.jsonfile:User-wide:
~/.gemini/settings.jsonProject-specific:
.gemini/settings.json
Add the following JSON configuration, replacing the placeholder URL with your MCP Endpoint URL from your Mushrooms cluster dashboard
Save the file and restart Gemini CLI to activate the connection
{...}{ "mcpServers": { "mushroom": { "url": "https://mcp.viasocket.com/mcp/your-unique-id", "transport": "sse" } } }
Copy your MCP Endpoint URL or the ready-made JSON config directly from your Mushrooms cluster dashboard.
Caution: Treat your MCP Endpoint URL like a password! It can be used to run tools attached to this server and access your data.
