Skip to content
Gemini CLI

krexel mcp for Gemini CLI

io.github.syfer-web/krexel-mcp

Ship and edit static sites from any MCP-compatible AI. The AI is the brain; Krexel is the hands.

client:Gemini CLI transport:stdio runtime:npm

Install krexel mcp in Gemini CLI

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

{
  "mcpServers": {
    "krexel-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "krexel-mcp"
      ]
    }
  }
}

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

krexel mcp in other clients