npx claudepluginhub lukeslp/geepers-mcp --plugin geepers-mcpAdd to your .mcp.json:
{
"mcpServers": {
"cache": {
"command": "geepers-cache",
"env": {
"REDIS_HOST": "${REDIS_HOST:-localhost}",
"REDIS_PORT": "${REDIS_PORT:-6379}"
}
}
}
}geepers-cacheREDIS_HOST=${REDIS_HOST:-localhost}REDIS_PORT=${REDIS_PORT:-6379}