Loopwise MCP Server for Gemini CLI
com.loopwise/mcp
Read and manage courses, members, orders, events, posts, and settings for Loopwise-powered sites.
client:Gemini CLI
transport:streamable-http
Install Loopwise MCP Server in Gemini CLI
~/.gemini/settings.json · windows: %USERPROFILE%\.gemini\settings.json
{
"mcpServers": {
"mcp": {
"httpUrl": "https://mcp.loopwise.com/"
}
}
}
Gemini expands $VAR and ${VAR} inside env values, so a secret can live in your shell rather than this file. Gemini CLI docs