npx claudepluginhub latestaiagents/agent-skills --plugin agent-pluginAdd to your .mcp.json:
{
"mcpServers": {
"redis": {
"command": "npx",
"args": [
"-y",
"@anthropic/mcp-redis"
],
"env": {
"REDIS_URL": "${REDIS_URL:-redis://localhost:6379}"
}
}
}
}npxREDIS_URL=${REDIS_URL:-redis://localhost:6379}Share bugs, ideas, or general feedback.