cache

stdio

Used by 1 plugin

Installs geepers-mcp, the highest-starred plugin that provides this server

Install
1
Run in your terminal
$
npx claudepluginhub lukeslp/geepers-mcp --plugin geepers-mcp
Add to Your Project

Add to your .mcp.json:

{
  "mcpServers": {
    "cache": {
      "command": "geepers-cache",
      "env": {
        "REDIS_HOST": "${REDIS_HOST:-localhost}",
        "REDIS_PORT": "${REDIS_PORT:-6379}"
      }
    }
  }
}
Command
geepers-cache
Access Level
write
Environment Variables
REDIS_HOST=${REDIS_HOST:-localhost}
REDIS_PORT=${REDIS_PORT:-6379}