Skip to content
Gemini CLI

janus kinematic drive for Gemini CLI

io.github.janus-ubos-republic/janus-kinematic-drive

Janus concierge: ask about, price, check, and request a private Kinematic Drive over MCP.

client:Gemini CLI transport:stdio runtime:pypi

Install janus kinematic drive in Gemini CLI

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

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "janus-kinematic-drive": {
      "command": "uvx",
      "args": [
        "ubos-janus-mcp"
      ],
      "env": {
        "JANUS_URL": "<JANUS_URL>"
      }
    }
  }
}

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

janus kinematic drive in other clients