Work IQ User MCP Server for Gemini CLI
com.microsoft/workiq-meserver
Tools for retrieving user details, manager, team or direct reportees from Microsoft Graph.
client:Gemini CLI
transport:streamable-http
Install Work IQ User MCP Server in Gemini CLI
~/.gemini/settings.json · windows: %USERPROFILE%\.gemini\settings.json
{
"mcpServers": {
"workiq-meserver": {
"httpUrl": "https://agent365.svc.cloud.microsoft/agents/tenants/{tenant_id}/servers/mcp_MeServer"
}
}
}
Gemini expands $VAR and ${VAR} inside env values, so a secret can live in your shell rather than this file. Gemini CLI docs