Stats
Actions
Tags
Copy this JSON into your .mcp.json to enable this server
Add to your .mcp.json:
{
"mcpServers": {
"redis": {
"command": "npx",
"args": [
"-y",
"@anthropic/mcp-redis"
],
"env": {
"REDIS_URL": "${REDIS_URL:-redis://localhost:6379}"
}
}
}
}Server configuration and connection parameters
npxCommand-line arguments passed to the server process
Environment variables set when the server starts
REDIS_URL=${REDIS_URL:-redis://localhost:6379}Declared capabilities of this MCP server
npx claudepluginhub latestaiagents/agent-skills --plugin agent-plugin