cache
stdioUsed 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-mcpAdd 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-cacheAccess Level
write
Environment Variables
REDIS_HOST=${REDIS_HOST:-localhost}REDIS_PORT=${REDIS_PORT:-6379}