Skip to content
Gemini CLI

ORANO MCP Server for Gemini CLI

io.github.infotik/orano-mcp-server

Read-only MCP server exposing a user ORANO library to their own AI agent.

client:Gemini CLI transport:streamable-http

Install ORANO MCP Server in Gemini CLI

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

{
  "mcpServers": {
    "orano-mcp-server": {
      "httpUrl": "https://api.oranoai.com/mcp/"
    }
  }
}

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

ORANO MCP Server in other clients