Skip to content
Gemini CLI

hythe for Gemini CLI

dev.hythe/hythe

HYTHE — coordination bus + shared truth for AI agent fleets — self-hosted MCP server + stdio bridge.

client:Gemini CLI transport:stdio runtime:npm

Install hythe 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": {
    "hythe": {
      "command": "npx",
      "args": [
        "-y",
        "@hythe/mcp"
      ],
      "env": {
        "HYTHE_AGENT_ID": "<HYTHE_AGENT_ID>",
        "HYTHE_AGENT_KEY_FILE": "<HYTHE_AGENT_KEY_FILE>",
        "HYTHE_AGENT_AUTH_MODE": "<HYTHE_AGENT_AUTH_MODE>",
        "API_KEY": "<API_KEY>",
        "MCP_HOST": "<MCP_HOST>",
        "MCP_PORT": "<MCP_PORT>"
      }
    }
  }
}

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

hythe in other clients