MCP Commerce Server Starter for Gemini CLI
io.github.newplanetww/mcp-commerce-starter
FastMCP commerce server starter: product catalog, search, and checkout. Deploy to Vercel in 5 min.
client:Gemini CLI
transport:streamable-http
Install MCP Commerce Server Starter in Gemini CLI
~/.gemini/settings.json · windows: %USERPROFILE%\.gemini\settings.json
{
"mcpServers": {
"mcp-commerce-starter": {
"httpUrl": "https://mcp-commerce-starter.vercel.app/mcp"
}
}
}
Gemini expands $VAR and ${VAR} inside env values, so a secret can live in your shell rather than this file. Gemini CLI docs