Skip to content
Gemini CLI

jumpcloud genai for Gemini CLI

com.jumpcloud/jumpcloud-genai

An MCP server that provides an API to LLMs to manage their JumpCloud resources.

client:Gemini CLI transport:streamable-http

Install jumpcloud genai in Gemini CLI

~/.gemini/settings.json · windows: %USERPROFILE%\.gemini\settings.json

{
  "mcpServers": {
    "jumpcloud-genai": {
      "httpUrl": "https://mcp.jumpcloud.com/v1"
    }
  }
}

Gemini expands $VAR and ${VAR} inside env values, so a secret can live in your shell rather than this file. Gemini CLI docs

jumpcloud genai in other clients