Loading MCP server directory, please wait...
Inspect and operate Next.js Redis caches: health, tag state, SWR simulation, safe invalidation.
npx @getmcp/cli add io.github.leejpsd/nextjs-cache-handler-mcpRequires Node.js 18+. Community-contributed server. Review source before installing.
REDIS_URLRedis connection string the cache handler uses
Config file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"io.github.leejpsd/nextjs-cache-handler-mcp": {
"command": "npx",
"args": [
"-y",
"@leejpsd/nextjs-cache-handler-mcp"
],
"env": {
"REDIS_URL": "",
"DEPLOYMENT_VERSION": "",
"HASH_TAG": ""
}
}
}
}