Foundry IMS for Gemini CLI
com.foundryims/foundry-ims
Manage a Foundry IMS catalog: products, variants, BOMs, plus invoices read from supplier docs.
client:Gemini CLI
transport:streamable-http
Install Foundry IMS in Gemini CLI
~/.gemini/settings.json · windows: %USERPROFILE%\.gemini\settings.json
{
"mcpServers": {
"foundry-ims": {
"httpUrl": "https://mcp.foundryims.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