Skip to content
Cursor

pls touch grass for Cursor

io.github.rinava/pls-touch-grass

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

client:Cursor transport:stdio runtime:npm

Install pls touch grass in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "pls-touch-grass": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "pls-touch-grass-mcp"
      ],
      "env": {
        "GRASS_STATE_FILE": "<GRASS_STATE_FILE>"
      }
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

pls touch grass in other clients