IBM Maximo for Gemini CLI
io.github.markusvankempen/maximo-mcp-server
Connect AI assistants to IBM Maximo for API discovery, OSLC querying, and Carbon UI generation.
client:Gemini CLI
transport:stdio
runtime:npm
Install IBM Maximo in Gemini CLI
~/.gemini/settings.json · windows: %USERPROFILE%\.gemini\settings.json
{
"mcpServers": {
"maximo-mcp-server": {
"command": "npx",
"args": [
"-y",
"maximo-mcp-server"
],
"env": {
"MAXIMO_URL": "<MAXIMO_URL>",
"MAXIMO_API_KEY": "<MAXIMO_API_KEY>",
"MAXIMO_HOST": "<MAXIMO_HOST>"
}
}
}
}
Gemini expands $VAR and ${VAR} inside env values, so a secret can live in your shell rather than this file. Gemini CLI docs