mcp server for Gemini CLI
com.b2bware/mcp-server
B2Bware MCP server — access products, orders and customers from Cursor, Claude, Windsurf and more.
client:Gemini CLI
transport:streamable-http
Install mcp server in Gemini CLI
~/.gemini/settings.json · windows: %USERPROFILE%\.gemini\settings.json
{
"mcpServers": {
"mcp-server": {
"httpUrl": "https://mcp.b2bware.com/mcp"
}
}
}
Gemini expands $VAR and ${VAR} inside env values, so a secret can live in your shell rather than this file. Gemini CLI docs