Odel
nextjs cache handler

nextjs cache handler

Local
@leejpsd6TypeScriptMITUpdated 1w ago

Inspect and operate Next.js Redis caches: health, tag state, SWR simulation, safe invalidation.

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

npm@leejpsd/nextjs-cache-handler-mcpv0.1.2

Run

npx -y @leejpsd/nextjs-cache-handler-mcp

MCP client config

{
  "mcpServers": {
    "nextjs-cache-handler": {
      "command": "npx",
      "args": [
        "-y",
        "@leejpsd/nextjs-cache-handler-mcp"
      ]
    }
  }
}