redis

stdio

Used by 2 plugins

Installs agent-architect, the highest-starred plugin that provides this server

Install
1
Run in your terminal
$
npx claudepluginhub latestaiagents/agent-skills --plugin agent-plugin
Description

Redis for agent state and memory persistence

Add to Your Project

Add to your .mcp.json:

{
  "mcpServers": {
    "redis": {
      "command": "npx",
      "args": [
        "-y",
        "@anthropic/mcp-redis"
      ],
      "env": {
        "REDIS_URL": "${REDIS_URL:-redis://localhost:6379}"
      }
    }
  }
}
Command
npx
Access Level
write
Arguments
-y@anthropic/mcp-redis
Environment Variables
REDIS_URL=${REDIS_URL:-redis://localhost:6379}
Capabilities
data