Skip to content
Gemini CLI

oyez mcp for Gemini CLI

io.github.mrfentmen/oyez-mcp

Keyless MCP server for Oyez: Supreme Court cases, decisions, opinions, oral-argument audio.

client:Gemini CLI transport:stdio runtime:npm

Install oyez mcp in Gemini CLI

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

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

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

oyez mcp in other clients