MCP Server
MCP
io.github.leejpsd/nextjs-cache-handler-mcp
Inspect and operate Next.js Redis caches: health, tag state, SWR simulation, safe invalidation.
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
By
Comments
Sign in to leave a comment