Skip to content
Gemini CLI

pls touch grass for Gemini CLI

io.github.rinava/pls-touch-grass

An MCP server that knows how long it's been since you touched grass

client:Gemini CLI transport:stdio runtime:npm

Install pls touch grass 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": {
    "pls-touch-grass": {
      "command": "npx",
      "args": [
        "-y",
        "pls-touch-grass-mcp"
      ],
      "env": {
        "GRASS_STATE_FILE": "<GRASS_STATE_FILE>"
      }
    }
  }
}

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

pls touch grass in other clients