Skip to content
Gemini CLI

Lokka for Gemini CLI

io.github.jozrahq/lokka

Query and manage Microsoft Graph and Azure Resource Manager APIs from MCP clients.

client:Gemini CLI transport:stdio runtime:npm

Install Lokka in Gemini CLI

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

{
  "mcpServers": {
    "lokka": {
      "command": "npx",
      "args": [
        "-y",
        "@merill/lokka"
      ]
    }
  }
}

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

Lokka in other clients