MCP Server
Active
MIT
io.github.Rinava/pls-touch-grass MCP Server
io.github.Rinava/pls-touch-grass
What is the io.github.Rinava/pls-touch-grass MCP server?
An MCP server that knows how long it's been since you touched grass
How to install io.github.Rinava/pls-touch-grass
Copy-paste configuration for popular MCP clients.
transport: stdio
Config generated by PluginBench — verify against the source before use.Environment / auth
GRASS_STATE_FILEPath to the JSON file holding your grass-touching history. Defaults to ~/.pls-touch-grass.json
Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"pls-touch-grass": {
"command": "npx",
"args": [
"-y",
"pls-touch-grass-mcp"
],
"env": {
"GRASS_STATE_FILE": "<YOUR_GRASS_STATE_FILE>"
}
}
}
}Cursor
~/.cursor/mcp.json
{
"mcpServers": {
"pls-touch-grass": {
"command": "npx",
"args": [
"-y",
"pls-touch-grass-mcp"
],
"env": {
"GRASS_STATE_FILE": "<YOUR_GRASS_STATE_FILE>"
}
}
}
}Windsurf
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"pls-touch-grass": {
"command": "npx",
"args": [
"-y",
"pls-touch-grass-mcp"
],
"env": {
"GRASS_STATE_FILE": "<YOUR_GRASS_STATE_FILE>"
}
}
}
}VS Code
.vscode/mcp.json
{
"servers": {
"pls-touch-grass": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"pls-touch-grass-mcp"
],
"env": {
"GRASS_STATE_FILE": "<YOUR_GRASS_STATE_FILE>"
}
}
}
}Claude Code
claude mcp add pls-touch-grass --env GRASS_STATE_FILE=<YOUR_GRASS_STATE_FILE> -- npx -y pls-touch-grass-mcpRelated MCP servers
Redacts PII/PHI from text before it reaches an LLM. Fail-closed, self-hosted, no egress.
0
View repository →Python
MIT