Skip to content

nextjs cache handler mcp for Zed

io.github.leejpsd/nextjs-cache-handler-mcp

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

client:Zed transport:stdio runtime:npm

Install nextjs cache handler mcp in Zed

~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "context_servers": {
    "nextjs-cache-handler-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@leejpsd/nextjs-cache-handler-mcp"
      ],
      "env": {
        "REDIS_URL": "<REDIS_URL>",
        "DEPLOYMENT_VERSION": "<DEPLOYMENT_VERSION>",
        "HASH_TAG": "<HASH_TAG>"
      }
    }
  }
}

Merge this into your existing settings object — do not replace the file. Zed docs

nextjs cache handler mcp in other clients