ioffice mcp for Gemini CLI
io.github.chrischall/ioffice-mcp
iOffice workspace management for Claude — book rooms, manage visitors, maintenance tickets
client:Gemini CLI
transport:stdio
runtime:npm
Install ioffice mcp in Gemini CLI
~/.gemini/settings.json · windows: %USERPROFILE%\.gemini\settings.json
{
"mcpServers": {
"ioffice-mcp": {
"command": "npx",
"args": [
"-y",
"ioffice-mcp"
],
"env": {
"IOFFICE_HOST": "<IOFFICE_HOST>",
"IOFFICE_TOKEN": "<IOFFICE_TOKEN>",
"IOFFICE_USERNAME": "<IOFFICE_USERNAME>",
"IOFFICE_PASSWORD": "<IOFFICE_PASSWORD>"
}
}
}
}
Gemini expands $VAR and ${VAR} inside env values, so a secret can live in your shell rather than this file. Gemini CLI docs