Skip to content
Gemini CLI

VR.org VR / AR / XR Reader for Gemini CLI

org.vr/vr-mcp

Read-only VR / AR / XR news, full-text editorial, events, deals, and buyer guides from VR.org.

client:Gemini CLI transport:stdio runtime:npm

Install VR.org VR / AR / XR Reader in Gemini CLI

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

{
  "mcpServers": {
    "vr-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "vr-org-mcp"
      ]
    }
  }
}

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

VR.org VR / AR / XR Reader in other clients