Skip to content
Gemini CLI

Odoo for Gemini CLI

io.github.pipeworx-io/odoo

Odoo MCP Pack — ERP/CRM via Odoo's external JSON-RPC API.

client:Gemini CLI transport:streamable-http

Install Odoo in Gemini CLI

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

{
  "mcpServers": {
    "odoo": {
      "httpUrl": "https://gateway.pipeworx.io/odoo/mcp"
    }
  }
}

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

Odoo in other clients