Skip to content
Gemini CLI

crowntowncompost mcp for Gemini CLI

io.github.chrischall/crowntowncompost-mcp

Customer access to the Crown Town Compost portal: pickups, invoices, and skips (AI-built).

client:Gemini CLI transport:stdio runtime:npm

Install crowntowncompost mcp 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": {
    "crowntowncompost-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "crowntowncompost-mcp"
      ],
      "env": {
        "CROWNTOWN_SESSION_COOKIE": "<CROWNTOWN_SESSION_COOKIE>",
        "CROWNTOWN_USERNAME": "<CROWNTOWN_USERNAME>",
        "CROWNTOWN_PASSWORD": "<CROWNTOWN_PASSWORD>",
        "CROWNTOWN_SESSION_CACHE": "<CROWNTOWN_SESSION_CACHE>",
        "CROWNTOWN_SESSION_FILE": "<CROWNTOWN_SESSION_FILE>"
      }
    }
  }
}

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

crowntowncompost mcp in other clients