Skip to content
Gemini CLI

Kody for Gemini CLI

io.github.kentcdodds/kody

Personal assistant MCP server with search, execute, packages, jobs, secrets, and integrations.

client:Gemini CLI transport:streamable-http

Install Kody in Gemini CLI

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

{
  "mcpServers": {
    "kody": {
      "httpUrl": "https://kody.codes/mcp"
    }
  }
}

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

Kody in other clients