← Back to Plugins
MCP Server MCP

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

github By github 👁 1 views ▲ 0 votes

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

Homepage Verified source GitHub

Install

npx -y @leejpsd/[email protected]

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "npm",
      "registryBaseUrl": "https://registry.npmjs.org",
      "identifier": "@leejpsd/nextjs-cache-handler-mcp",
      "version": "0.1.2",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "Redis connection string the cache handler uses",
          "isRequired": true,
          "isSecret": true,
          "name": "REDIS_URL"
        },
        {
          "description": "Deploy namespace (recommended)",
          "name": "DEPLOYMENT_VERSION"
        },
        {
          "description": "Set 'true' when handlers use hashTag: true (Redis Cluster)",
          "name": "HASH_TAG"
        }
      ]
    }
  ]
}
mcp model-context-protocol npm

Comments

Sign in to leave a comment

Loading comments...